QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#495559 | #9136. Exponent Calculator | ucup-team2725# | AC ✓ | 14ms | 10708kb | Python3 | 353b | 2024-07-27 21:52:57 | 2024-07-27 21:52:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 14ms
memory: 10708kb
input:
input
output:
24 $1 = $1 * 0.0009765625 $0 = $0 + 0.001388888888888889 $0 = $0 * $1 $0 = $0 + 0.008333333333333333 $0 = $0 * $1 $0 = $0 + 0.041666666666666664 $0 = $0 * $1 $0 = $0 + 0.16666666666666666 $0 = $0 * $1 $0 = $0 + 0.5 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $0 $0 = $0 * $0 $0 = ...
result:
ok max relative diff is 4.02012e-13. Checker runtime is 157 ms
Extra Test:
score: 0
Extra Test Passed