Run ID:99983

提交时间:2024-12-01 12:29:58

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