QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#122400 | #6541. Make Everything White | MaMengQi | WA | 4ms | 15936kb | C++20 | 771b | 2023-07-10 12:56:12 | 2023-07-10 12:56: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: 100
Accepted
time: 4ms
memory: 15936kb
input:
2 3 WBW BWB
output:
1 222 333
result:
ok ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 15888kb
input:
1 1 B
output:
1 3
result:
ok ok
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 15936kb
input:
1 3 BWB
output:
1 323
result:
wrong answer not all cells are white