Spider-Man12's blog

By Spider-Man12, history, 10 years ago, In English

Hello codeforces,In this morning I tried to solve the problem C. Running Track,but when I submit my code it's give wrong answer on test 13,but at my PC when I run this test it work.Can someone help me?,Why my code didn't work?.

  • Vote: I like it
  • -14
  • Vote: I do not like it

»
10 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

I find the mistake,I change the size of array and my code work.