Run ID:90188

提交时间:2024-09-08 10:44:58

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