QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#151462 | #4190. Grid Delivery | MaMengQi | WA | 3ms | 8216kb | C++17 | 1.7kb | 2023-08-26 18:16:17 | 2023-08-26 18:16:18 |
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: 3ms
memory: 8216kb
input:
4 4 __C_ C_C_ _C_C _CCC
output:
2
result:
ok single line: '2'
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 8108kb
input:
4 6 CC____ _CCC__ ___C_C C__CCC
output:
3
result:
wrong answer 1st lines differ - expected: '2', found: '3'