QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#646937#9136. Exponent Calculatorucup-team3966#WA 9ms10452kbPython3465b2024-10-17 10:18:132024-10-17 10:18:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 9ms
memory: 10452kb

input:

input

output:

25
$0 = $0 * 0.0009765625
$1 = 1 + $0
$2 = $0 * $0
$3 = $2 * 0.5
$1 = $1 + $3
$2 = $2 * $0
$3 = $2 * 0.16666666666666666666666666666667
$1 = $1 + $3
$2 = $2 * $0
$3 = $2 * 0.0462962962962962962962962962963
$1 = $1 + $3
$2 = $2 * $0
$3 = $2 * 0.00833333333333333333333333333333
$1 = $1 + $3
$1 = $1 * ...

result:

wrong answer Can't recognize op #25: '$0 = $1' (in 1-indexation)