QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#463620 | #3181. Burglary | ZhaoZiLong | WA | 0ms | 3612kb | C++20 | 2.7kb | 2024-07-05 07:34:07 | 2024-07-05 07:34:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3612kb
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: 3592kb
input:
2 11 ----------- ...|...|... 2-2-2-2-2-2 |.........|
output:
8
result:
wrong answer 1st lines differ - expected: '12', found: '8'