QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#360143#5071. Check Pattern is GoodGuanYunchangWA 3ms43520kbC++203.9kb2024-03-21 13:29:542024-03-21 13:29:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 43520kb

input:

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

output:

0

result:

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