Run ID:97001

提交时间:2024-11-10 10:26:41

a = int(input("请输入一个数")) b = int(input("请输入另一个数")) if 0<=a and b<=100: print(a+b)