QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#446949#8058. Binary vs Ternaryegypt_ioi2024_09WA 0ms3800kbC++201.7kb2024-06-17 18:50:242024-06-17 18:50:24

详细

Test #1:

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

input:

3
1
111
110110
1101010
1111
111111

output:

-1
11
2 3
5 6
5 6
5 6
6 7
2 3
4 5
4 5
6 7
6 7
8 9
6
3 4
3 4
4 5
4 5
4 5
5 6

result:

wrong answer (l,r) is invalid (test case 2)