QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495673#9136. Exponent Calculatorucup-team1400#AC ✓0ms3796kbC++201.7kb2024-07-27 23:01:332024-07-27 23:01:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00048828125000
$0 = 1 + $1
$2 = $1 * $1
$3 = $2 * 0.50000000000000
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.16666666666667
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.04166666666667
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 * 0.00833333333333
$0 = $0 + $3
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0...

result:

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

Extra Test:

score: 0
Extra Test Passed