QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#668618#8058. Binary vs Ternaryucup-team477#WA 0ms3580kbC++141.4kb2024-10-23 15:15:132024-10-23 15:15:14

详细

Test #1:

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

input:

3
1
111
110110
1101010
1111
111111

output:

-1
18
1 2
2 5
1 2
2 4
1 2
2 4
1 2
1 2
1 3
1 2
1 3
1 3
1 2
1 3
1 3
1 2
1 3
2 4
14
1 2
2 4
1 2
2 4
1 2
2 3
1 2
1 2
1 3
1 3
1 3
1 3
1 3
2 4

result:

wrong answer S!=T after all operations (test case 2)