Run ID:66357
提交时间:2024-03-07 11:27:35
while True: try: a,b = map(int,input().split()) if a==0 and b==0: break else: c = a+b print(c) except: berak