QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495744#9136. Exponent Calculatorucup-team4507#AC ✓0ms3916kbC++141.3kb2024-07-27 23:24:392024-07-27 23:24:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$0 = $1 * 0.000488281250
$1 = 1.0 + $0
$2 = $0 * $0
$2 = $2 * 0.500000000000
$1 = $1 + $2
$2 = $2 * $0
$2 = $2 * 0.333333333333
$1 = $1 + $2
$2 = $2 * $0
$2 = $2 * 0.250000000000
$1 = $1 + $2
$2 = $2 * $0
$2 = $2 * 0.200000000000
$1 = $1 + $2
$0 = $1 * $1
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0...

result:

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

Extra Test:

score: 0
Extra Test Passed