QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#304224#3649. Interview Queuelmq26052003WA 1ms3468kbC++171.5kb2024-01-13 16:47:242024-01-13 16:47:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

10
3 6 2 3 2 2 2 1 5 6

output:

3 2 2 1 5 
3 2 2 
6 6 

result:

wrong answer 1st lines differ - expected: '2', found: '3 2 2 1 5 '