Philosophi's blog

By Philosophi, history, 2 months ago, In English

Hi everyone, im currently solving this problem. I dont know why if i test on my computer, the answer is right but when i submit, i get WA. I suspect its because of some memory issues, but i cant find any.

https://mirror.codeforces.com/contest/1712/submission/366889551

Heres the test

4 1 2 2 3 1000000000

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
2 months ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Your solution works on this testcase in custom invocation.

I think it's likely due to the problem in initialization between testcases.