QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#749102 | #9136. Exponent Calculator | pokorfanclub | AC ✓ | 0ms | 3908kb | C++17 | 558b | 2024-11-14 22:39:54 | 2024-11-14 22:39:55 |
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: 3908kb
input:
input
output:
25 $1 = $1 * 0.000976562500000000 $2 = 0 $2 = $2 + 0.001388888888888889 $2 = $2 * $1 $2 = $2 + 0.008333333333333333 $2 = $2 * $1 $2 = $2 + 0.041666666666666667 $2 = $2 * $1 $2 = $2 + 0.166666666666666667 $2 = $2 * $1 $2 = $2 + 0.500000000000000000 $2 = $2 * $1 $2 = $2 + 1.000000000000000000 $2 = $2 ...
result:
ok max relative diff is 4.02012e-13. Checker runtime is 249 ms
Extra Test:
score: 0
Extra Test Passed