用户输出
输入:输出:4.18656
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1860 | #994. 小关的需求 | Wrong Answer | 0 | 493 ms | 3408 K | Python 3 / 184 B | t330034059 | 2023-10-15 16:57:48 |
from decimal import Decimal
R = float(input('输入:'))
V = 1.3333 * 3.14 * R**3
new_V = Decimal(V).quantize(Decimal('0.00001'),rounding='ROUND_HALF_UP')
print(f'输出:{new_V}')
用户输出
输入:输出:4.18656
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:523.32025
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:33492.49600
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:2064138.34192
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:4186562.00000
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:9197.87671
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:50937.89985
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:150452.47859
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
输入:输出:2393821.72629
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0