Run ID:122080

提交时间:2025-06-14 10:36:23

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