Run ID:87646

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

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