QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#445723#8523. Puzzle IIucup-team3807WA 1ms3880kbC++231.0kb2024-06-16 10:37:422024-06-16 10:37:43

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3880kb

input:

6 3
BCCBCC
BBCBBC

output:

4
2 3
1 3
4 6
3 6

result:

wrong answer The final sequences are not correct!