QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#112942#5520. Distance ParitiesSparkle_ZH#WA 1ms3624kbC++141.5kb2023-06-15 14:24:042023-06-15 14:24:05

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3624kb

input:

3
3
011
101
110
4
0100
1000
0001
0010
5
01010
10101
01010
10101
01010

output:

NO
NO
YES
6
1 2
1 4
2 3
2 5
3 4
4 5

result:

wrong answer Jury found the answer but participant didn't (test case 1)