Run ID:134982

提交时间:2025-11-01 21:50:20

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