QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#444641#8523. Puzzle IIucup-team194#RE 1ms3908kbC++2015.7kb2024-06-15 20:35:142024-06-15 20:35:17

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3908kb

input:

6 3
BCCBCC
BBCBBC

output:

4
1 3
1 4
4 1
4 2

result:

ok moves = 4

Test #2:

score: -100
Runtime Error

input:

2 1
BC
BC

output:


result: