QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#476158#9118. Flip or Notucup-team253#WA 0ms3992kbC++234.4kb2024-07-13 17:59:472024-07-13 17:59:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
00001
00111
3
1 2 3
2
3 5

output:

4
1001

result:

ok output is valid

Test #2:

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

input:

4
0110
1000
2
1 2
4
1 2 3 4

output:

-1

result:

ok output is valid

Test #3:

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

input:

1
0
1
1
1
1
1

output:

1
1

result:

ok output is valid

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3804kb

input:

8
11110000
10101011
6
2 3 5 6 7 8
3
4 7 8

output:

-1

result:

wrong answer mismatched m: expected 5, found -1