QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#343953 | #8285. Shell Sort | ucup-team241 | WA | 44ms | 3976kb | C++23 | 2.3kb | 2024-03-03 10:19:45 | 2024-03-03 10:19:45 |
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: 100
Accepted
time: 11ms
memory: 3976kb
input:
2 2 2 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #2:
score: -100
Wrong Answer
time: 44ms
memory: 3876kb
input:
5 4 5 4 2 1
output:
6 3
result:
wrong answer 2nd numbers differ - expected: '4', found: '3'