提交时间:2024-12-10 23:06:08

运行 ID: 13

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