QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#563332#8783. Cherry Pickingucup-team4685#WA 3ms16408kbC++171.6kb2024-09-14 09:57:392024-09-14 09:57:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 16408kb

input:

5 2
1 2 3 4 5
01101

output:

2

result:

ok answer is '2'

Test #2:

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

input:

5 2
3 4 5 2 1
10101

output:

3

result:

wrong answer expected '0', found '3'