QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#378400 | #8574. Swirly Sort | ucup-team2045# | WA | 1ms | 3572kb | C++14 | 2.0kb | 2024-04-06 12:30:40 | 2024-04-06 12:30:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3572kb
input:
4 4 1 6 4 3 7 4 2 6 4 3 7 4 3 6 4 3 7 4 4 6 4 3 7
output:
3 0 0 2
result:
wrong answer 3rd numbers differ - expected: '1', found: '0'