Run ID:96996

提交时间:2024-11-10 10:24:16

a = int(input("请输入一个数")) b = int(input("请输入另一个数")) print(a+b)