QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'