fork download
  1. for i in range(1000000):
  2. for f in range(100000):
  3. a=a+1
  4. a=a+1
  5. print("hi")
Runtime error #stdin #stdout #stderr 0.12s 23400KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
NameError: name 'a' is not defined