Please read the new rule regarding the restriction on the use of AI tools. ×

Samyak_cool's blog

By Samyak_cool, history, 7 months ago, In English

During the recent contest, I was solving F and faced run time error on Test — 6, where recursion stack limit exceeded the default 1000 limit set by python. I tried to increase it using sys.setrecursionlimit but it was of no use. Please tell how to increase recursion stack limit. Here is my submission — 246218059, Submission link

Full text and comments »

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