QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#463621#3181. BurglaryGuanYunchangWA 0ms3648kbC++202.5kb2024-07-05 07:41:242024-07-05 07:41:24

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3648kb

input:

5 20
--------------------
.|.....|...|......|.
1-1--1115-3-1-1--1-1
....|.........|.....
---1-11-1-11---1--3-
.......|.........|..
-7----9-4-----------
..|.................
--------9-----------
.|.................|

output:

38

result:

ok single line: '38'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3644kb

input:

2 11
-----------
...|...|...
2-2-2-2-2-2
|.........|

output:

8

result:

wrong answer 1st lines differ - expected: '12', found: '8'