QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#495744 | #9136. Exponent Calculator | ucup-team4507# | AC ✓ | 0ms | 3916kb | C++14 | 1.3kb | 2024-07-27 23:24:39 | 2024-07-27 23:24:41 |
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: 3916kb
input:
input
output:
25 $0 = $1 * 0.000488281250 $1 = 1.0 + $0 $2 = $0 * $0 $2 = $2 * 0.500000000000 $1 = $1 + $2 $2 = $2 * $0 $2 = $2 * 0.333333333333 $1 = $1 + $2 $2 = $2 * $0 $2 = $2 * 0.250000000000 $1 = $1 + $2 $2 = $2 * $0 $2 = $2 * 0.200000000000 $1 = $1 + $2 $0 = $1 * $1 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0...
result:
ok max relative diff is 3.42876e-12. Checker runtime is 196 ms
Extra Test:
score: 0
Extra Test Passed