Run ID:91029

提交时间:2024-09-21 11:04:15

e=input().split() i=float(e[0]) b=float(e[1]) t=float(e[2]) c='{:.2f}'.format(i*b*t) print(c)