Run ID:78496
提交时间:2024-06-22 11:23:07
while True: a,b = map(int,input().split(" ")) if a != 0 or b != 0: print(a + b) else: break