diff options
author | Anthony Wang | 2021-04-17 21:46:40 -0500 |
---|---|---|
committer | Anthony Wang | 2021-04-17 21:46:40 -0500 |
commit | cbbbe0f774f01e04cf07cee3ba10e7f86df87725 (patch) | |
tree | 2a40cc725040b1408aef37f58ad1d7a59b4b1618 /atcoder.md | |
parent | 6dbf3fd9e73f761058b16ad48f721b19db37c8fa (diff) |
arc116_e
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -233,3 +233,5 @@ - ~~arc115_e: DP and data structures, can be solved with cartesian trees but solving with segment trees is a lot harder~~ - abc196_f: Write out the mathematical equation and manipulate it so it's an FFT convolution + +- arc116_e: Make sure you read the problem very carefully, especially if it seems too easy or you're stuck! |