QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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