QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#443088#8523. Puzzle IIucup-team159#WA 0ms3692kbC++207.7kb2024-06-15 14:22:242024-06-15 14:22:24

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3688kb

input:

6 3
BCCBCC
BBCBBC

output:

4
1 3
1 4
4 1
4 2

result:

ok moves = 4

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3692kb

input:

2 1
BC
BC

output:

2
2 0
2 1

result:

wrong answer Integer 0 violates the range [1, 2]