Run ID:87874

提交时间:2024-08-15 17:05:21

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