放弃了,好像写不出一行

while 1:
    a,b = map(int,input().split())
    if a == b == 0:
        exit()
    print(a+b)