QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#585934#9136. Exponent Calculatorucup-team4347AC ✓0ms3864kbC++201.5kb2024-09-23 23:13:222024-09-23 23:13:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00390625000000000000
$2 = $1 * $1
$3 = $2 * $1
$4 = $3 * $1
$5 = $4 * $1
$6 = $5 * $1
$2 = $2 * 0.50000000000000000000
$3 = $3 * 0.16666666666666666667
$4 = $4 * 0.04166666666666666667
$5 = $5 * 0.00833333333333333333
$6 = $6 * 0.00138888888888888889
$0 = 1 + $1
$0 = $0 + $2
$0 = $0 +...

result:

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

Extra Test:

score: 0
Extra Test Passed