beethoven97's blog

By beethoven97, history, 4 years ago, In English

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)

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

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