Run ID:92049

提交时间:2024-09-28 10:37:00

s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) print(a+b) d=s[0] e=s[1] d=int(d) e=int(e) print(d+e)