QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#585934 | #9136. Exponent Calculator | ucup-team4347 | AC ✓ | 0ms | 3864kb | C++20 | 1.5kb | 2024-09-23 23:13:22 | 2024-09-23 23:13:23 |
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: 3864kb
input:
input
output:
25 $1 = $1 * 0.00390625000000000000 $2 = $1 * $1 $3 = $2 * $1 $4 = $3 * $1 $5 = $4 * $1 $6 = $5 * $1 $2 = $2 * 0.50000000000000000000 $3 = $3 * 0.16666666666666666667 $4 = $4 * 0.04166666666666666667 $5 = $5 * 0.00833333333333333333 $6 = $6 * 0.00138888888888888889 $0 = 1 + $1 $0 = $0 + $2 $0 = $0 +...
result:
ok max relative diff is 9.66162e-10. Checker runtime is 166 ms
Extra Test:
score: 0
Extra Test Passed