Runtime error on python solution for Codeforces Round #627 (Div. 3) F

Revision en1, by Akash_123, 2020-03-14 04:30:36

I submitted a Python solution for Codeforces Round #627 (Div. 3) F. I got Runtime Error on test 36. I thought the problem was stack overflow due to recursion limit. So I increased the limit. But that still gives me the same error.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Akash_123 2020-03-14 04:30:36 407 Initial revision (published)