Run ID:100000
提交时间:2024-12-01 12:42:45
while True: try: a,b=map(int, input().split()) print(a+b) except: break