QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496926 | #9136. Exponent Calculator | ucup-team4366 | AC ✓ | 11ms | 10576kb | Python3 | 406b | 2024-07-28 16:59:56 | 2024-07-28 16:59:57 |
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: 11ms
memory: 10576kb
input:
input
output:
25 $1 = $1 * 0.0001220703125 $2 = $1 * 1 $0 = 1 + $2 $3 = $2 * 0.5 $3 = $3 * $1 $0 = $0 + $3 $4 = $3 * 0.3333333333333333 $4 = $4 * $1 $0 = $0 + $4 $5 = $4 * 0.25 $5 = $5 * $1 $0 = $0 + $5 $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 9.43613e-12. Checker runtime is 185 ms
Extra Test:
score: 0
Extra Test Passed