QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#510172#9136. Exponent Calculatorucup-team1565#AC ✓11ms10648kbPython31.3kb2024-08-08 21:53:332024-08-08 21:53:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 11ms
memory: 10648kb

input:

input

output:

25
$0 = $1 * 0.000244140625
$3 = $3 + 1.0
$1 = $0 * 1.0
$3 = $3 + $0
$1 = $1 * $0
$2 = $1 * 0.50000000000000000000
$3 = $3 + $2
$1 = $1 * $0
$2 = $1 * 0.16666666666666665741
$3 = $3 + $2
$1 = $1 * $0
$2 = $1 * 0.04166666666666666435
$3 = $3 + $2
$0 = $3 * $3
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0...

result:

ok max relative diff is 9.58197e-11. Checker runtime is 155 ms

Extra Test:

score: 0
Extra Test Passed