QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#364761 | #5071. Check Pattern is Good | ZhangYiDe | WA | 0ms | 5860kb | C++17 | 4.0kb | 2024-03-24 16:26:05 | 2024-03-24 16:26:05 |
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: 5860kb
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)