提交时间:2024-07-13 20:22:38

运行 ID: 49500

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