QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#493950#9136. Exponent Calculatorucup-team110#AC ✓0ms3556kbC++23844b2024-07-27 13:23:552024-07-27 13:23:55

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