QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#277769#5070. Check Pattern is BadaaaaaaaaaaWA 0ms3848kbC++142.7kb2023-12-06 22:37:072023-12-06 22:37:08

详细

Test #1:

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

input:

3
2 2
??
??
3 3
BW?
W?B
?BW
3 3
BW?
W?W
?W?

output:


result:

wrong output format Unexpected end of file - token expected (test case 1)