Run ID:122078

提交时间:2025-06-14 10:34:17

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