QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#304224#3649. Interview Queuelmq26052003WA 1ms3468kbC++171.5kb2024-01-13 16:47:242024-01-13 16:47:25

详细

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 '