QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#481232#9118. Flip or Notucup-team3811TL 0ms9792kbC++235.3kb2024-07-16 21:54:462024-07-16 21:54:46

詳細信息

Test #1:

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

input:

5
00001
00111
3
1 2 3
2
3 5

output:

4
1001

result:

ok output is valid

Test #2:

score: -100
Time Limit Exceeded

input:

4
0110
1000
2
1 2
4
1 2 3 4

output:


result: