QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#585805 | #9136. Exponent Calculator | ucup-team2454# | AC ✓ | 0ms | 3796kb | C++20 | 987b | 2024-09-23 22:12:44 | 2024-09-23 22:12:45 |
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: 3796kb
input:
input
output:
25 $1 = $1 * 0.000976562500000 $0 = $0 + 1 $0 = $0 + $1 $2 = $1 * $1 $3 = $2 * 0.500000000000000 $0 = $0 + $3 $4 = $2 * $1 $5 = $4 * 0.166666666666667 $0 = $0 + $5 $6 = $4 * $1 $7 = $6 * 0.041666666666667 $0 = $0 + $7 $8 = $6 * $1 $9 = $8 * 0.008333333333333 $0 = $0 + $9 $0 = $0 * $0 $0 = $0 * $0 $0...
result:
ok max relative diff is 8.04772e-11. Checker runtime is 162 ms
Extra Test:
score: 0
Extra Test Passed