summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-03-05 21:26:36 -0600
committerAnthony Wang2022-03-05 21:26:36 -0600
commit0ccc261be008299a00d1836b44b126fdb4bb63b8 (patch)
tree2691437942a17428ef18afcb26e37904d0c8f7a9
parente950058193d485cefe94c217bb253cf7dd530942 (diff)
Implemented arc129_d
-rw-r--r--atcoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/atcoder.md b/atcoder.md
index c553ae0..7f1945f 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -240,4 +240,4 @@
- ~~arc123_d: Do some test cases and there's an obvious greedy strategy; However, reading it closely, it's actually asking for the absolute value, so we should try all of the shifts; You can binary search or two-pointers, but the easiest way is to put all the shifts into an array and sort them, then go through the one by one~~
-- arc129_d: Don't forget 0ll vs 0!
+- ~~arc129_d: Don't forget 0ll vs 0!~~