QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#322228#5520. Distance ParitiesNova_NightWind0311WA 0ms4000kbC++141.3kb2024-02-06 16:11:292024-02-06 16:11:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 4000kb

input:

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

output:

YES
3
1 2
1 3
2 3
NO
YES
10
1 2
1 3
1 4
1 5
2 3
2 4
2 5
3 4
3 5
4 5

result:

wrong answer Parities did not match (test case 3)