QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#510172 | #9136. Exponent Calculator | ucup-team1565# | AC ✓ | 11ms | 10648kb | Python3 | 1.3kb | 2024-08-08 21:53:33 | 2024-08-08 21:53:34 |
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: 10648kb
input:
input
output:
25 $0 = $1 * 0.000244140625 $3 = $3 + 1.0 $1 = $0 * 1.0 $3 = $3 + $0 $1 = $1 * $0 $2 = $1 * 0.50000000000000000000 $3 = $3 + $2 $1 = $1 * $0 $2 = $1 * 0.16666666666666665741 $3 = $3 + $2 $1 = $1 * $0 $2 = $1 * 0.04166666666666666435 $3 = $3 + $2 $0 = $3 * $3 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0...
result:
ok max relative diff is 9.58197e-11. Checker runtime is 155 ms
Extra Test:
score: 0
Extra Test Passed