QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#770658#9621. 连方ucup-team5984#WA 4ms3752kbC++202.8kb2024-11-21 23:04:132024-11-21 23:04:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3604kb

input:

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

output:

Yes
#..#
.##.
...#
.##.
.##.
#..#
.##.
Yes
##.#.
..#.#
...#.
#.#.#
.#.#.
#.#..
.#.##
No
Yes
.######.######.####.#.#####
#......#......#....#.#.....
.#......#......#....#.#....
#.######.#####..####.#.####
.#......#.....#.......#....
#....###....##.#######.....
.####...####..#.......#####
Yes
########...

result:

ok Correct.

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 3752kb

input:

10000
6
.#..##
..#...
5
#..#.
##...
6
.###.#
...###
17
.####..#######..#
###########.#####
6
..##.#
#.##.#
25
#.##.##############.####.
####################.##.#
9
##.#..##.
##..#####
6
.###.#
##.###
6
###..#
#.####
25
#####################.#.#
######.##################
6
.#.###
.##..#
6
..####
#......

output:

Yes
.#..##
#.##..
.#..#.
#..#.#
..#...
##.###
..#...
Yes
#..#.
.##.#
...#.
#.#.#
.#...
..###
##...
Yes
.###.#
#...#.
.#...#
#.#.#.
...#..
###...
...###
Yes
.####..#######..#
#....##.......##.
.#.....#........#
#.#####.####.###.
............#....
...........#.....
###########.#####
Yes
..##.#
##..#.
...

result:

wrong answer Testcase 409: Rectangular condition failed.