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

Автор da_201612051, история, 7 лет назад, По-английски

http://codeforces.com/contest/749/submission/25673548

I get this error on one test case. My program runs properly on the local machine. Then I submitted this code which worked perfectly

http://codeforces.com/contest/749/submission/25673595

What is the reason for this error?

Thank you.

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

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You are printing extra twos in the wrong submission...

Use 9 as input and hopefully you will see the problem. :D