QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494776 | #9136. Exponent Calculator | ucup-team3634# | AC ✓ | 1ms | 3824kb | C++20 | 40.6kb | 2024-07-27 16:59:27 | 2024-07-27 16:59:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3824kb
input:
input
output:
25 $1 = $1 * 0.003906250000000 $2 = $1 * $1 $3 = $2 * $1 $4 = $3 * $1 $5 = $4 * $1 $6 = $5 * $1 $2 = $2 * 0.500000000000000 $3 = $3 * 0.166666666666667 $4 = $4 * 0.041666666666667 $5 = $5 * 0.008333333333333 $6 = $6 * 0.001388888888889 $0 = 1.00000 + $1 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0...
result:
ok max relative diff is 9.66162e-10. Checker runtime is 165 ms
Extra Test:
score: 0
Extra Test Passed