Run ID:99990

提交时间:2024-12-01 12:33:03

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