summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-03-14 21:10:31 -0500
committerAnthony Wang2022-03-14 21:10:31 -0500
commit69159d822a4502fe011e60125bb0ef50748910ce (patch)
tree639b670fcd7fcf4ca8ceac399cdfdeec70ee2500
parent0c930926de1c0b91a6502ed8e66990c71f85a6cd (diff)
1641C
-rw-r--r--codeforces.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/codeforces.md b/codeforces.md
index 51c861f..3cc91ed 100644
--- a/codeforces.md
+++ b/codeforces.md
@@ -543,3 +543,5 @@
- ~~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~~
+
+- 1641C: Optimize a slow solution using a set so every person is only processed once