计算矩形面积

a=float(input())
b=float(input())
c=a*b
d=round(c*100)/100
print(d)

 

posted @ 2020-03-23 20:09  李嘉豪28  阅读(130)  评论(0)    收藏  举报