QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#649408#9136. Exponent Calculatorucup-team4740WA 16ms10580kbPython3648b2024-10-17 23:23:302024-10-17 23:23:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 16ms
memory: 10580kb

input:

input

output:

$0 = $0 * 0.00390625
$1 = $0
$2 = 1
$2 = $2 + $1
$1 = $1 * $0
$1 = $1 * 0.5
$2 = $2 + $1
$1 = $1 * $0
$1 = $1 * 0.1666666666666666666666667
$2 = $2 + $1
$1 = $1 * $0
$1 = $1 * 0.0416666666666666666666667
$2 = $2 + $1
$1 = $1 * $0
$1 = $1 * 0.0083333333333333333333333
$2 = $2 + $1
$0 = $2 * $2
$0 = $...

result:

wrong output format Expected integer, but "$0" found