QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#302278#5070. Check Pattern is Baducup-team1005#WA 0ms3780kbC++202.7kb2024-01-10 18:23:112024-01-10 18:23:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

NO
NO
YES
BWB
WWW
BWB

result:

wrong answer ans finds the answer, but out doesn't (test case 1)