Run ID:68200
提交时间:2024-03-20 18:41:24
a,b=map(int,input().split()) while a!=0 and b!=0: print(a+b) a,b=map(int,input().split())