fork download
  1. a = int(input(""))
  2. b = int(input(""))
  3. c = int(input(""))
  4. d = int(input(""))
  5.  
  6. a,b,c,d = input().split()
  7. a = int(a)
  8. b = int(b)
  9. c = int(c)
  10. d = int(d)
Runtime error #stdin #stdout #stderr 0.02s 9944KB
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