diff options
-rw-r--r-- | codeforces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codeforces.md b/codeforces.md index 1f93e26..3395559 100644 --- a/codeforces.md +++ b/codeforces.md @@ -552,4 +552,4 @@ - ~~1604F: Don't use binary search because it's cancerous to code, loop over every power of two instead which is much easier~~ -- 1626D: Basically brute-force, so code something up instead of doing nothing and it's not difficult to come up with the solution, also watch out for __builtin_clz corner cases such as -1 +- ~~1626D: Basically brute-force, so code something up instead of doing nothing and it's not difficult to come up with the solution, also watch out for __builtin_clz corner cases such as -1~~ |