Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91029 乔仲熠 04圆的面积 Python3 Wrong Answer 37 MS 3740 KB 102 2024-09-21 11:04:15

Tests(0/10):


Code:

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


Run Info:

------Input------
609
------Answer-----
1165157.01
------Your output-----