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

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

Codeforces Round #428 div2 problem C. Journey link to problem.. i recieved wrong answer on test 30 (wrong output format Unexpected end of file — double expected). can any one understand this wrong answer ?? here is my python code :(https://mirror.codeforces.com/contest/839/submission/75015613)

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

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

I just increased the recursion limit and stack size and it worked. https://mirror.codeforces.com/contest/839/submission/75017298