Run ID:99984

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

a,b=map(int,input().split()) c = a+b a,b=map(int,input().split()) d = a+b print(c) print(d)