QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#696161#9136. Exponent CalculatorGuanYunchangAC ✓0ms3644kbC++23597b2024-10-31 21:42:222024-10-31 21:42:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00390625
$0 = 1.0 + $1
$2 = $1 * $1
$3 = $2 * 0.5
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.16666666666666666
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.041666666666666664
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.008333333333333333
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.001388888888888889
$0 = $0 ...

result:

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

Extra Test:

score: 0
Extra Test Passed