Run ID:122076

提交时间:2025-06-14 10:33:40

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