QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#113742#3322. Array of Discordlmq26052003WA 0ms3636kbC++171.8kb2023-06-19 09:32:202023-06-19 09:33:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

10
0 1 2 3 4 5 6 7 8 9

output:

0 1 2 1 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 1 2 1 4 5 6 7 8 9 '