QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#380269 | #8574. Swirly Sort | ucup-team646# | WA | 0ms | 3616kb | C++23 | 6.3kb | 2024-04-06 23:08:02 | 2024-04-06 23:08:03 |
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: 3616kb
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'