QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#145210#4190. Grid DeliveryHuangHanShengWA 1ms3536kbC++111.1kb2023-08-22 00:43:472023-08-22 00:43:49

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3476kb

input:

4 4
__C_
C_C_
_C_C
_CCC

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3536kb

input:

4 6
CC____
_CCC__
___C_C
C__CCC

output:

2

result:

ok single line: '2'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3516kb

input:

3 5
CC__C
_C_CC
CCCCC

output:

3

result:

ok single line: '3'

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3480kb

input:

4 4
__C_
CCCC
___C
_C_C

output:

3

result:

wrong answer 1st lines differ - expected: '2', found: '3'