QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#73328#1443. Potato ShuffleArraiterWA 3ms7520kbC++143.1kb2023-01-23 21:40:022023-01-23 21:40:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 7412kb

input:

3 7
5 2 4

output:

3

result:

ok "3"

Test #2:

score: 0
Accepted
time: 3ms
memory: 7424kb

input:

5 4
1 2 3 2 1

output:

10

result:

ok "10"

Test #3:

score: 0
Accepted
time: 0ms
memory: 7420kb

input:

6 4
9 10 1 9 8 9

output:

1

result:

ok "1"

Test #4:

score: 0
Accepted
time: 1ms
memory: 7476kb

input:

8 0
4 9 2 9 2 3 9 10

output:

1

result:

ok "1"

Test #5:

score: 0
Accepted
time: 2ms
memory: 7416kb

input:

5 3
9 8 1 9 8

output:

1

result:

ok "1"

Test #6:

score: -100
Wrong Answer
time: 3ms
memory: 7520kb

input:

6 12
4 7 2 9 1 9

output:

48

result:

wrong answer 1st words differ - expected: '60', found: '48'