QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#778701#9621. 连方ucup-team3774#WA 0ms5932kbC++201.8kb2024-11-24 15:51:392024-11-24 15:51:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
4
#..#
.##.
5
##.#.
.#.##
6
######
.####.
27
.######.######.####.#.#####
.####...####..#.......#####
10
##########
##########

output:

0 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 6 0 0 0
1 20 0 0 0
1 20 0 0 0 

result:

wrong answer Testcase 1: output is 0, but jury's answer is YES.