QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#343953#8285. Shell Sortucup-team241WA 44ms3976kbC++232.3kb2024-03-03 10:19:452024-03-03 10:19:45

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'