QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#124862#5520. Distance ParitiesGuanYunchangWA 80ms7276kbC++171.8kb2023-07-15 16:56:552023-07-15 16:56:58

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 5492kb

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
6
1 2
1 4
2 3
2 5
3 4
4 5

result:

ok Correct (3 test cases)

Test #2:

score: -100
Wrong Answer
time: 80ms
memory: 7276kb

input:

1
500
001001010000101001100000100011101011010001100110010000011000001100000011010001001111001010010101110100000100011000110111100010001000010111111000000101101010011111000010110010111100111110111000010000100100010010001110000100111000001111101011111101111110111110001000111110001011111100110011100100...

output:

NO

result:

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