Changing bounds makes WA solution AC for unknown reason

Revision en2, by WhaleVomit, 2017-12-12 20:50:22

I was working on the problem Xenia and Tree here: http://codeforces.com/problemset/problem/342/E But the actual problem statement doesn't matter.

I am unsure why my first solution gets WA (http://codeforces.com/contest/342/submission/33140735) and my second gets AC (http://codeforces.com/contest/342/submission/33140905).

The only difference between the two submissions that mattered is that I increased MAX_N from 100000 to 100005. This should not have changed anything, because I'm pretty sure my array sizes were all large enough.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English WhaleVomit 2017-12-12 20:52:09 72
en2 English WhaleVomit 2017-12-12 20:50:22 13
en1 English WhaleVomit 2017-12-12 20:49:31 589 Initial revision (published)