QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#392485 | #8574. Swirly Sort | ucup-team2008# | WA | 0ms | 3832kb | C++17 | 3.6kb | 2024-04-17 16:24:27 | 2024-04-17 16:24:27 |
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: 0ms
memory: 3832kb
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 1 1
result:
wrong answer 4th numbers differ - expected: '2', found: '1'