QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#374686#1197. Draw in Straight LinesZhaoZiLongWA 1ms10248kbC++207.5kb2024-04-02 17:02:502024-04-02 17:02:50

詳細信息

Test #1:

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

input:

3 3 1 2 3
.#.
###
.#.

output:

10

result:

ok answer is '10'

Test #2:

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

input:

2 7 0 1 1
###.###
###.###

output:

3

result:

ok answer is '3'

Test #3:

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

input:

5 5 1 4 4
..#..
..#..
##.##
..#..
..#..

output:

22

result:

wrong answer expected '24', found '22'