QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#493950 | #9136. Exponent Calculator | ucup-team110# | AC ✓ | 0ms | 3556kb | C++23 | 844b | 2024-07-27 13:23:55 | 2024-07-27 13:23: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: 3556kb
input:
input
output:
25 $2 = 0.00000762939453125 * $1 $3 = $2 * $2 $4 = $2 * $3 $5 = 0.5 * $3 $6 = 0.166666666666667 * $4 $7 = $2 + $5 $8 = $7 + $6 $8 = $8 + 1 $9 = $8 * $8 $8 = $9 * $9 $9 = $8 * $8 $8 = $9 * $9 $9 = $8 * $8 $8 = $9 * $9 $9 = $8 * $8 $8 = $9 * $9 $9 = $8 * $8 $8 = $9 * $9 $9 = $8 * $8 $8 = $9 * $9 $9 = ...
result:
ok max relative diff is 2.91365e-11. Checker runtime is 184 ms
Extra Test:
score: 0
Extra Test Passed