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

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

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://codeforces.com/contest/839/submission/75015613)

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

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

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