Run ID:87645

提交时间:2024-08-11 10:02:19

r=input().split() a=r[0] b=r[1] a=int(a) b=int(b) print(a+b)