QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258314#7637. Exactly Three NeighborsMaMengQiWA 0ms3944kbC++172.3kb2023-11-19 16:58:252023-11-19 16:58:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3

output:

3 1
#
#
.

result:

ok good solution

Test #2:

score: 0
Accepted
time: 0ms
memory: 3804kb

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

score: 0
Accepted
time: 0ms
memory: 3800kb

input:

3 4

output:

4 4
.##.
####
#..#
####

result:

ok good solution

Test #4:

score: 0
Accepted
time: 0ms
memory: 3944kb

input:

3 5

output:

10 4
.##.
####
#..#
####
.##.
.##.
.##.
.##.
.##.
.##.

result:

ok good solution

Test #5:

score: 0
Accepted
time: 0ms
memory: 3808kb

input:

4 5

output:

5 5
#.###
###.#
.####
##.##
####.

result:

ok good solution

Test #6:

score: 0
Accepted
time: 0ms
memory: 3876kb

input:

7 10

output:

5 4
.##.
####
#..#
####
.##.

result:

ok good solution

Test #7:

score: 0
Accepted
time: 0ms
memory: 3808kb

input:

5 7

output:

14 4
.##.
####
#..#
####
.##.
####
#..#
####
.##.
####
#..#
####
.##.
.##.

result:

ok good solution

Test #8:

score: -100
Wrong Answer
time: 0ms
memory: 3688kb

input:

7 9

output:

-1 -1

result:

wrong answer you didn't find a solution but jury did