QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#339741 | #8285. Shell Sort | ucup-team118 | WA | 0ms | 3648kb | C++23 | 2.7kb | 2024-02-27 20:39:30 | 2024-02-27 20:39:30 |
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: 0ms
memory: 3588kb
input:
2 2 2 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
5 4 5 4 2 1
output:
6 4
result:
ok 2 number(s): "6 4"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3592kb
input:
8 4 6 3 2 1
output:
14 8
result:
wrong answer 1st numbers differ - expected: '15', found: '14'