Run ID:99999
提交时间:2024-12-01 12:41:00
while True: try: a,b=map(int,input().split()) print(a+b) except: breck