2025-05-16 18:45:20 +09:00

5 lines
73 B
Python

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