Run ID:99988

提交时间:2024-12-01 12:32:31

while True: try: a, b = map(int, input().split()) print(a + b) except: break