QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496582 | #9136. Exponent Calculator | ucup-team2045 | AC ✓ | 0ms | 3900kb | C++14 | 856b | 2024-07-28 13:30:22 | 2024-07-28 13:30:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3900kb
input:
input
output:
25 $1 = $1 * 0.0001220703125 $2 = $1 * $1 $3 = $2 * $1 $4 = $3 * $1 $0 = 1.0 $0 = $0 + $1 $2 = $2 * 0.50000000000000000000 $0 = $0 + $2 $3 = $3 * 0.16666666666666666667 $0 = $0 + $3 $4 = $4 * 0.04166666666666666667 $0 = $0 + $4 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0...
result:
ok max relative diff is 9.43613e-12. Checker runtime is 191 ms
Extra Test:
score: 0
Extra Test Passed