提交时间:2024-07-03 11:15:55

运行 ID: 49324

a,b=input().split() a=int(a) b=int(b) print(a+b)