QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515005#9136. Exponent Calculatorucup-team497#AC ✓0ms3804kbC++14540b2024-08-11 14:24:192024-08-11 14:24:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3804kb

input:

input

output:

25
$1 = $1 * 0.00390625000000000000
$0 = 1 + $1
$2 = $1 * $1
$3 = $2 * 0.50000000000000000000
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.16666666666666665741
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.04166666666666666435
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.00833333333333333322
$0 = $0 + $3
$2 = $1 * $2
$3 ...

result:

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

Extra Test:

score: 0
Extra Test Passed