QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#520979#9136. Exponent Calculatorucup-team3625#WA 0ms3872kbC++141.1kb2024-08-15 19:07:372024-08-15 19:07:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3872kb

input:

input

output:

25
$0 = $1 + 1
$2 = $1 * $1
$2 = $2 / 2
$3 = $2 * $1
$3 = $3 / 3 
$4 = $3 * $1
$4 = $4 / 4
$5 = $4 * $1
$5 = $5 / 5
$6 = $5 * $1
$6 = $6 / 6
$7 = $6 * $1
$7 = $7 / 7
$8 = $7 * $1
$8 = $8 / 8
$9 = $8 * $1
$9 = $9 / 9
$0 = $0 + $2
$0 = $0 + $3
$0 = $0 + $4
$0 = $0 + $5
$0 = $0 + $6
$0 = $0 + $7
$0 = $...

result:

wrong answer Wrong operation = / in command #3 (in 1-indexation)