QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#646962#9136. Exponent Calculatorucup-team3966#AC ✓11ms10508kbPython3457b2024-10-17 10:32:062024-10-17 10:32:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

24
$1 = $1 * 0.0009765625
$0 = 1 + $1
$2 = $1 * $1
$3 = $2 * 0.5
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.16666666666666666666666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.04166666666666666666666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.00833333333333333333333333333333
$0 = $0 + $3
$0 = $0 *...

result:

ok max relative diff is 8.04772e-11. Checker runtime is 198 ms

Extra Test:

score: 0
Extra Test Passed