fork download
  1. x = int(raw_input())
  2. print x
Runtime error #stdin #stdout #stderr 0.02s 9016KB
stdin
Jabberwocky
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
ValueError: invalid literal for int() with base 10: 'Jabberwocky'