Run ID:128171

提交时间:2025-08-07 12:19:26

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