QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#113740#3322. Array of Discordlmq26052003WA 1ms3672kbC++171.5kb2023-06-19 09:30:152023-06-19 09:30:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3672kb

input:

10
0 1 2 3 4 5 6 7 8 9

output:

0 / 2 3 4 5 6 7 8 9 

result:

wrong answer 1st lines differ - expected: '9 1 2 3 4 5 6 7 8 9', found: '0 / 2 3 4 5 6 7 8 9 '