QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#646947#9136. Exponent Calculatorucup-team3966#WA 15ms10448kbPython3468b2024-10-17 10:26:242024-10-17 10:26:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 15ms
memory: 10448kb

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.04166666666666666666666666666667
$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)