QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495312#9136. Exponent Calculatorucup-team1414#AC ✓0ms3892kbC++173.4kb2024-07-27 19:59:482024-07-27 19:59:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.000976562500000
$0 = $1 + 1.000000000000000
$2 = $1 * $1
$3 = $2 * 0.500000000000000
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.166666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.041666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.008333333333333
$0 = $0 + $3
$2 = $2 * $1
$0 = $0 * $0...

result:

ok max relative diff is 8.04772e-11. Checker runtime is 156 ms

Extra Test:

score: 0
Extra Test Passed