diff options
author | Anthony Wang | 2022-03-14 21:10:42 -0500 |
---|---|---|
committer | Anthony Wang | 2022-03-14 21:10:42 -0500 |
commit | 82f6033eb54ef334105be695727367f0a3750c39 (patch) | |
tree | 9ef708c73777e0462a1f9607a5cc4328b4dca74e | |
parent | 69159d822a4502fe011e60125bb0ef50748910ce (diff) |
Implemented 1641C
-rw-r--r-- | codeforces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codeforces.md b/codeforces.md index 3cc91ed..dff01fc 100644 --- a/codeforces.md +++ b/codeforces.md @@ -544,4 +544,4 @@ - ~~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 +- ~~1641C: Optimize a slow solution using a set so every person is only processed once~~ |