QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433174 | #5070. Check Pattern is Bad | egypt_ioi2024_12 | WA | 0ms | 3692kb | C++20 | 1.7kb | 2024-06-08 06:58:20 | 2024-06-08 06:58:21 |
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: 3692kb
input:
3 2 2 ?? ?? 3 3 BW? W?B ?BW 3 3 BW? W?W ?W?
output:
YES BW WB NO YES BWB WBW BWB
result:
wrong answer There is a check pattern in (0, 0) (test case 1)