Files
CodeObject/storage/zeta/py/completed/10951.py

6 lines
98 B
Python

while 1:
try:
print(sum(map(int,input().split())))
except EOFError:
break