Strange Memory Limit Exceeded Error

Revision en2, by wfe2017, 2016-08-08 14:04:26

I was looking at my previous codes and I noticed a very strange Memory Limit Exceeded Error. The error occurred on test case 24, which has 127 numbers in the array, while in all previous test cases, I used at most 4MB. Does anyone have an explanation? The only large chunk of memory I allotted in my code is a 200,000-longlongint array which shouldn't take more than 2MB. However, in this test case, I used 256MB and got MLE.

http://codeforces.com/contest/615/submission/19726073

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English wfe2017 2016-08-08 14:04:26 57 Tiny change: ' got MLE. ' -> ' got MLE. \n\nhttp://codeforces.com/contest/615/submission/19726073'
en1 English wfe2017 2016-08-08 13:51:12 461 Initial revision (published)