用户输出
4.18667
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#772 | #994. 小关的需求 | Accepted | 100 | 332 ms | 2848 K | Python 3 / 81 B | t330034013 | 2023-10-15 15:14:59 |
import math
r = input()
v = 3.14 * 4/3 * int(r) ** 3
print("{:.5f}".format(v))