Run ID:90072

提交时间:2024-09-07 19:25:46

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