QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#617419#9136. Exponent Calculatorucup-team3475#AC ✓0ms3508kbC++201.1kb2024-10-06 15:29:362024-10-06 15:29:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00390625
$0 = $1 * $1
$2 = $0 * $1
$3 = $2 * $1
$4 = $3 * $1
$5 = $4 * $1
$0 = $0 * 0.5
$2 = $2 * 0.1666666666
$3 = $3 * 0.0416666666
$4 = $4 * 0.0083333333
$5 = $5 * 0.0013888888
$0 = $0 + 1
$0 = $0 + $1
$0 = $0 + $2
$0 = $0 + $3
$0 = $0 + $4
$0 = $0 + $5
$0 = $0 * $0
$0 = $0 * $0
$0...

result:

ok max relative diff is 9.74304e-10. Checker runtime is 195 ms

Extra Test:

score: 0
Extra Test Passed