Run ID:135063

提交时间:2025-11-02 13:57:43

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