Блог пользователя Philosophi

Автор Philosophi, история, 2 месяца назад, По-английски

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

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
2 месяца назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

Your solution works on this testcase in custom invocation.

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