Run ID:94489

提交时间:2024-10-22 15:34:13

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