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