summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-15 13:45:45 -0500
committerAnthony Wang2021-03-15 13:45:45 -0500
commitd7a26b07884bea0b7c7ec601f98b964f2d64147b (patch)
tree85450ab4be94c3b1d491188f351fce6ea76cc7f5 /atcoder.md
parent21906e8acf82cf0942ebe7b25a398d63ce6fbe4a (diff)
Implemented agc052_b
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/atcoder.md b/atcoder.md
index 93d8089..dadee70 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -214,4 +214,4 @@
- arc112_d: Build a new graph and the answer is just to connect all the rows or all the columns
-- agc052_b: It's a tree so consider paths and/or subtrees, also try rooting the tree, then add an imanginary node to clean things up, and as always do a lot of test cases
+- ~~agc052_b: It's a tree so consider paths and/or subtrees, also try rooting the tree, then add an imanginary node to clean things up, and as always do a lot of test cases~~