fork download
  1. a,b = input().split()
  2. C = int(a)+int(b)
  3. print(c)
Runtime error #stdin #stdout #stderr 0.02s 27712KB
stdin
3 4
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
NameError: name 'c' is not defined