fork download
  1. n = int(raw_input())
  2. m = int(raw_input())
  3. a = int(raw_input())
  4. print (n)
  5. print (m)
  6. print (a)
Runtime error #stdin #stdout #stderr 0.02s 8736KB
stdin
4
4
5
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
NameError: name 'raw_input' is not defined