QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#442353#8523. Puzzle IIucup-team3642#WA 0ms18168kbC++204.6kb2024-06-15 11:18:292024-06-15 11:18:29

详细

Test #1:

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

input:

6 3
BCCBCC
BBCBBC

output:

4
2 1
1 1
4 4
3 4

result:

ok moves = 4

Test #2:

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

input:

2 1
BC
BC

output:

2
3 1
2 1

result:

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