diff options
author | Anthony Wang | 2022-03-21 21:00:53 -0500 |
---|---|---|
committer | Anthony Wang | 2022-03-21 21:00:53 -0500 |
commit | 56749566b7b2a0236840edaced3ac9ef8805fdb4 (patch) | |
tree | f9dd721ef9bf0d4f4f6990a87e77e7c1c74920c4 | |
parent | 79005f6850e154bc3e832efc2b3389a820ccc141 (diff) |
-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~~ |