QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#329311#1197. Draw in Straight Linesucup-team2335WA 1ms4000kbC++143.1kb2024-02-16 16:01:452024-02-16 16:01:45

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 4000kb

input:

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

output:

15

result:

wrong answer expected '10', found '15'