a=float(input("请输入矩阵的长:")) b=float(input("请输入矩阵的宽:")) s=a*b round(s,2) print("43046号矩阵的面积为:"+str(round(s,2)))