QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#486385#1197. Draw in Straight LinesZhaoZiLongWA 0ms18192kbC++202.1kb2024-07-21 19:24:302024-07-21 19:24:31

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 18192kb

input:

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

output:

6

result:

wrong answer expected '10', found '6'