fork download
  1. # your code goes here
  2.  
  3. a = int(input())
  4.  
  5. print(a)
Runtime error #stdin #stdout #stderr 0.19s 23544KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
EOFError: EOF when reading a line