计算矩形面积

a=eval(input(""))
b=eval(input(""))
S=a*b
print(round(S,2))

 

posted @ 2020-03-22 17:42  liuchun玲  阅读(267)  评论(0编辑  收藏  举报