QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#329311#1197. Draw in Straight Linesucup-team2335WA 1ms4000kbC++143.1kb2024-02-16 16:01:452024-02-16 16:01:45

Details

Tip: Click on the bar to expand more detailed information

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'