fork download
  1. import sys
  2. sys.setrecursionlimit(1)
Runtime error #stdin #stdout #stderr 0.15s 23536KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
RecursionError: cannot set the recursion limit to 1 at the recursion depth 2: the limit is too low