diff options
author | Anthony Wang | 2021-01-03 12:45:30 -0600 |
---|---|---|
committer | Anthony Wang | 2021-01-03 12:45:30 -0600 |
commit | 9e363ffc6f75136be848d33deaddf7528a961f6f (patch) | |
tree | d8bd26e44406514dc85188f8a8224c0fd7dd7d6b /atcoder.md | |
parent | 609fba3543a761fed9e614fc0d5e0eb19042556d (diff) |
Implemented arc110_d
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ - abc182_f: N <= 50 actually has no significance, an O(N) DP solution exists -- arc110_d: Express using generating functions, write out the infinite terms +- ~~arc110_d: Express using generating functions, write out the infinite terms~~ - arc109_d: Consider moving the centroid around to derive a formula |