Run ID:99986

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

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