Run ID:123108

提交时间:2025-06-28 08:24:07

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