Run ID:90317

提交时间:2024-09-11 19:02:04

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