Run ID:132444
提交时间:2025-10-08 11:37:56
a,b=input().split() a=int(a) b=int(b) c,d=input().split() c=int(c) d=int(d) e=a+b f=c+d print(e) print(f)