Run ID:132438

提交时间:2025-10-08 11:31:25

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