QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#261111#7637. Exactly Three Neighborsucup-team1137#RE 0ms3744kbC++201.6kb2023-11-22 17:59:582023-11-22 17:59:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3

output:

1 18
.##.##.##.##.##.##

result:

ok good solution

Test #2:

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

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

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

input:

3 4

output:

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

result:

ok good solution

Test #4:

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

input:

3 5

output:

1 30
.##.##.##.##.##.##.##.##.##...

result:

ok good solution

Test #5:

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

input:

4 5

output:

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

result:

ok good solution

Test #6:

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

input:

7 10

output:

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

result:

ok good solution

Test #7:

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

input:

5 7

output:

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

result:

ok good solution

Test #8:

score: -100
Runtime Error

input:

7 9

output:


result: