QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494030 | #9136. Exponent Calculator | ucup-team3746# | AC ✓ | 7ms | 10764kb | Python3 | 869b | 2024-07-27 13:49:47 | 2024-07-27 13:49:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 10764kb
input:
input
output:
25 $1 = $1 * 7.62939453125e-06 $0 = 1 + $1 $2 = $1 * $1 $11 = $2 * 0.5 $0 = $0 + $11 $3 = $2 * $1 $12 = $3 * 0.16666666666666666 $0 = $0 + $12 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $...
result:
ok max relative diff is 5.27578e-11. Checker runtime is 190 ms
Extra Test:
score: 0
Extra Test Passed