diff options
author | Anthony Wang | 2021-03-14 21:30:25 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-14 21:30:25 -0500 |
commit | 21906e8acf82cf0942ebe7b25a398d63ce6fbe4a (patch) | |
tree | bd30f1e86cf2d420ffb650cfec8fb288bc4f4b1d /atcoder.md | |
parent | db662dbeaed5c22cf8b755504b002c1df8dc3fa7 (diff) |
agc052_b
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -213,3 +213,5 @@ - abc191_f: Use property that only divisors of elements can be answers, so for each element, try to gcd it with its divisors - 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 |