Python
a = int(input('请输入一个数字')) b = int(input('请输入一个数字')) print(a+b)