summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-04-17 21:46:40 -0500
committerAnthony Wang2021-04-17 21:46:40 -0500
commitcbbbe0f774f01e04cf07cee3ba10e7f86df87725 (patch)
tree2a40cc725040b1408aef37f58ad1d7a59b4b1618 /atcoder.md
parent6dbf3fd9e73f761058b16ad48f721b19db37c8fa (diff)
arc116_e
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/atcoder.md b/atcoder.md
index 294d5ba..51cbff0 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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!