用户输出
输入:输出:4.18667
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1579 | #994. 小关的需求 | Wrong Answer | 0 | 491 ms | 3540 K | Python 3 / 173 B | t330034059 | 2023-10-15 16:31:51 |
from decimal import Decimal
R = float(input('输入:'))
V = 1.3333333333333333 * 3.14 * (R ** 3)
new_V = Decimal(V).quantize(Decimal('0.00001'))
print(f"输出:{new_V}")
用户输出
输入:输出:4.18667
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:523.33333
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:33493.33333
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:2064189.94667
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:4186666.66667
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:9198.10667
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:50939.17333
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:150456.24000
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:2393881.57333
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0