QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#302278 | #5070. Check Pattern is Bad | ucup-team1005# | WA | 0ms | 3780kb | C++20 | 2.7kb | 2024-01-10 18:23:11 | 2024-01-10 18:23:12 |
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: 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)