QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#494776#9136. Exponent Calculatorucup-team3634#AC ✓1ms3824kbC++2040.6kb2024-07-27 16:59:272024-07-27 16:59:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3824kb

input:

input

output:

25
$1 = $1 * 0.003906250000000
$2 = $1 * $1
$3 = $2 * $1
$4 = $3 * $1
$5 = $4 * $1
$6 = $5 * $1
$2 = $2 * 0.500000000000000
$3 = $3 * 0.166666666666667
$4 = $4 * 0.041666666666667
$5 = $5 * 0.008333333333333
$6 = $6 * 0.001388888888889
$0 = 1.00000 + $1
$0 = $0 + $2
$0 = $0 + $3
$0 = $0 + $4
$0 = $0...

result:

ok max relative diff is 9.66162e-10. Checker runtime is 165 ms

Extra Test:

score: 0
Extra Test Passed