矩阵面积计算

x = float(input ())
y = float(input ())
S = round(x*y,2)
print(S)

原文地址:https://www.cnblogs.com/2640335699qqcom/p/12561386.html