QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#374687 | #1197. Draw in Straight Lines | ZhaoZiLong | WA | 2ms | 9876kb | C++20 | 7.5kb | 2024-04-02 17:03:35 | 2024-04-02 17:03:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 9876kb
input:
3 3 1 2 3 .#. ### .#.
output:
10
result:
ok answer is '10'
Test #2:
score: 0
Accepted
time: 2ms
memory: 9876kb
input:
2 7 0 1 1 ###.### ###.###
output:
3
result:
ok answer is '3'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5904kb
input:
5 5 1 4 4 ..#.. ..#.. ##.## ..#.. ..#..
output:
22
result:
wrong answer expected '24', found '22'