QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#495145 | #9136. Exponent Calculator | ucup-team311# | AC ✓ | 7ms | 10632kb | Python3 | 883b | 2024-07-27 19:09:42 | 2024-07-27 19:09:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 10632kb
input:
input
output:
24 $1 = $1 * 0.001953125 $4 = $1 * 0.0001984126984126984 $4 = $4 + 0.001388888888888889 $4 = $4 * $1 $4 = $4 + 0.008333333333333333 $4 = $4 * $1 $4 = $4 + 0.041666666666666664 $4 = $4 * $1 $4 = $4 + 0.16666666666666666 $4 = $4 * $1 $4 = $4 + 0.5 $4 = $4 * $1 $4 = $4 + 1 $4 = $4 * $1 $4 = $4 + 1 $8 =...
result:
ok max relative diff is 1.62383e-13. Checker runtime is 154 ms
Extra Test:
score: 0
Extra Test Passed