fork(5) download
  1. row = raw_input().split(' ')
  2.  
  3. print int(row[0])+int(row[1])
  4.  
Runtime error #stdin #stdout #stderr 0s 7852KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
EOFError: EOF when reading a line