Run ID:135060

提交时间:2025-11-02 13:53:40

a, b = map(int, input("请输入两个数字,用空格分隔:").split) print(f"数字之和:{a + b}")