QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494346 | #9136. Exponent Calculator | ucup-team3807# | AC ✓ | 0ms | 3804kb | C++23 | 492b | 2024-07-27 15:20:42 | 2024-07-27 15:20:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3804kb
input:
input
output:
25 $1 = $1 * 0.000061035156250 $0 = $1 + 1 $2 = $1 * $1 $3 = $2 * $1 $4 = $3 * $1 $5 = $2 * 0.5000000000 $6 = $3 * 0.1666666667 $7 = $4 * 0.0416666667 $0 = $0 + $5 $0 = $0 + $6 $0 = $0 + $7 $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 8.00137e-12. Checker runtime is 197 ms
Extra Test:
score: 0
Extra Test Passed