QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#585927#9136. Exponent Calculatorucup-team4347WA 0ms3748kbC++201.8kb2024-09-23 23:07:522024-09-23 23:07:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3748kb

input:

input

output:

24
$1 = $1 * 0.00781250000000000000
$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:

wrong answer x=-20,jury=2.06115e-09,participant=2.06115e-09,error=6.62155e-08