QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#649446#9136. Exponent Calculatorucup-team4740AC ✓0ms4040kbC++171.4kb2024-10-17 23:37:032024-10-17 23:37:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00048828125000000000
$2 = $1 * $1
$0 = $1 + 1.00000000000000000000
$2 = $2 * 0.50000000000000000000
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.33333333333333331483
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.25000000000000000000
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.20000000000000001110
$0 = $0 ...

result:

ok max relative diff is 3.42876e-12. Checker runtime is 201 ms

Extra Test:

score: 0
Extra Test Passed