Run ID:90275

提交时间:2024-09-10 19:51:58

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