QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#426556#8058. Binary vs Ternaryegypt_ioi2024_13WA 0ms3584kbC++202.2kb2024-05-31 15:14:142024-05-31 15:14:15

详细

Test #1:

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

input:

3
1
111
110110
1101010
1111
111111

output:

5
0 1
1 2
0 1
1 2
2 3
11
2 3
5 6
5 6
5 6
6 7
6 7
7 8
4 5
5 6
2 3
3 4
6
3 4
3 4
4 5
4 5
4 5
5 6

result:

wrong answer Integer parameter [name=l] equals to 0, violates the range [1, 128] (test case 1)