diff options
author | Anthony Wang | 2022-03-09 21:27:00 -0600 |
---|---|---|
committer | Anthony Wang | 2022-03-09 21:27:00 -0600 |
commit | 0c930926de1c0b91a6502ed8e66990c71f85a6cd (patch) | |
tree | 4d2c21b2c225c784b73e6ec4da5ceeade80f7f41 | |
parent | 15f063d7ebb912811a299c57a44c7533cc88fe81 (diff) |
Implemented 1646E
-rw-r--r-- | codeforces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codeforces.md b/codeforces.md index 8657363..51c861f 100644 --- a/codeforces.md +++ b/codeforces.md @@ -542,4 +542,4 @@ - ~~1535E: Read the problem carefully and think about what classical problems that it's similar to and try to adapt that algorithm to work here~~ -- 1646E: Pretty trivial but make sure you read the limits correctly +- ~~1646E: Pretty trivial but make sure you read the limits correctly~~ |