QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495145#9136. Exponent Calculatorucup-team311#AC ✓7ms10632kbPython3883b2024-07-27 19:09:422024-07-27 19:09:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 7ms
memory: 10632kb

input:

input

output:

24
$1 = $1 * 0.001953125
$4 = $1 * 0.0001984126984126984
$4 = $4 + 0.001388888888888889
$4 = $4 * $1
$4 = $4 + 0.008333333333333333
$4 = $4 * $1
$4 = $4 + 0.041666666666666664
$4 = $4 * $1
$4 = $4 + 0.16666666666666666
$4 = $4 * $1
$4 = $4 + 0.5
$4 = $4 * $1
$4 = $4 + 1
$4 = $4 * $1
$4 = $4 + 1
$8 =...

result:

ok max relative diff is 1.62383e-13. Checker runtime is 154 ms

Extra Test:

score: 0
Extra Test Passed