Run ID:99625

提交时间:2024-11-30 12:14:11

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