QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#676319#5520. Distance Paritiesucup-team4645#WA 0ms3556kbC++231.6kb2024-10-25 21:03:482024-10-25 21:03:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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
NO

result:

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