QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#364783 | #5071. Check Pattern is Good | ZhaoZiLong | WA | 0ms | 14108kb | C++17 | 4.0kb | 2024-03-24 16:33:33 | 2024-03-24 16:33:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 14108kb
input:
3 2 2 ?? ?? 3 3 BW? W?B ?BW 3 3 BW? W?W ?W?
output:
1 WB BW 1 WBW BWW WWB 4 WBW BWB WBW
result:
wrong answer (0, 0) should be B, you output W (test case 2)