QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#692970#5520. Distance Paritieszhao_daodaoWA 0ms3576kbC++141.2kb2024-10-31 15:18:232024-10-31 15:18:55

詳細信息

Test #1:

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

input:

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

output:

Pure Memory
3
1 2
1 3
2 3
Track Lost
Pure Memory
6
1 2
1 4
2 3
2 5
3 4
4 5

result:

wrong answer Token parameter [name=yes/no] equals to "Pure", doesn't correspond to pattern "[yY][eE][sS]|[nN][oO]" (test case 1)