Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Increase Recursion Stack Limit in Python

Правка en1, от Samyak_cool, 2024-02-13 20:06:04

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

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Samyak_cool 2024-02-13 20:06:04 442 Initial revision (published)