QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#475663#9118. Flip or Notucup-team1878#RE 82ms3860kbC++233.2kb2024-07-13 16:10:182024-07-13 16:10:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 82ms
memory: 3860kb

input:

4
0110
1000
2
1 2
4
1 2 3 4

output:

-1

result:

ok output is valid

Test #3:

score: -100
Runtime Error

input:

1
0
1
1
1
1
1

output:


result: