QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#411534 | #5071. Check Pattern is Good | ezteam1 | WA | 1ms | 5860kb | C++14 | 3.7kb | 2024-05-15 15:30:28 | 2024-05-15 15:30:29 |
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: 1ms
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)