QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#272872#7875. Queue Sortingucup-team221#WA 0ms26552kbC++145.0kb2023-12-02 19:46:522023-12-02 19:46:53

詳細信息

Test #1:

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

input:

4
1 1 1 1

output:

1 1 1 1 
0010

result:

wrong answer 1st numbers differ - expected: '14', found: '1'