a = 100
b = 20
a = a + b
b = a – b
a=5
b=2 b=a
print(a+b)
a=float(input("请输入长方形的长"))
b=float(input("请输入长方形的宽"))
print("长方形的面积为"+str(s))