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

 

posted on 2020-03-24 20:00  叫你一声你敢应吗  阅读(387)  评论(0编辑  收藏  举报