QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#749102#9136. Exponent CalculatorpokorfanclubAC ✓0ms3908kbC++17558b2024-11-14 22:39:542024-11-14 22:39:55

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