用户输出
输入:4.18666
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1630 | #994. 小关的需求 | Wrong Answer | 0 | 533 ms | 3440 K | Python 3 / 148 B | t330034059 | 2023-10-15 16:35:39 |
from decimal import Decimal
R = float(input('输入:'))
V = 1.33333 * 3.14 * (R**3)
new_V = Decimal(V).quantize(Decimal('0.00001'))
print(new_V)
用户输出
输入:4.18666
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:523.33202
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:33493.24960
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:2064184.78619
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:4186656.20000
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:9198.08367
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:50939.04599
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:150455.86386
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:2393875.58863
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0