QOJ.ac

QOJ

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

詳細信息

Test #1:

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

input:

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

output:

3
3
3

result:

wrong answer expected '10', found '3'