QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#144550 | #4190. Grid Delivery | HuangHanSheng | WA | 2ms | 7740kb | C++11 | 814b | 2023-08-21 16:56:44 | 2023-08-21 16:58:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 7496kb
input:
4 4 __C_ C_C_ _C_C _CCC
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 2ms
memory: 7552kb
input:
4 6 CC____ _CCC__ ___C_C C__CCC
output:
2
result:
ok single line: '2'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 7740kb
input:
3 5 CC__C _C_CC CCCCC
output:
2
result:
wrong answer 1st lines differ - expected: '3', found: '2'