2025-11-01 22:01:06 +09:00

2 lines
73 B
Python

while (n := list(map(int, input().split()))) != [0,0] :
print(sum(n))