QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#124863#5520. Distance ParitiesZhangYiDeWA 1ms3492kbC++172.3kb2023-07-15 16:57:312023-07-15 16:57:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

YES
2
1 2
2 3
NO
NO

result:

wrong answer Parities did not match (test case 1)