Run ID:90047

提交时间:2024-09-07 19:07:50

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