QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#463621 | #3181. Burglary | GuanYunchang | WA | 0ms | 3648kb | C++20 | 2.5kb | 2024-07-05 07:41:24 | 2024-07-05 07:41:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'