Run ID:111475
提交时间:2025-03-02 12:18:10
# 读取输入的两个整数 a, b = map(int, input().split()) # 计算并输出它们的和 print(a + b)