fork download
  1. print input()
Runtime error #stdin #stdout #stderr 0.01s 7340KB
stdin
10 20 30
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
  File "<string>", line 1
    10 20 30
        ^
SyntaxError: invalid syntax