QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#235922#7637. Exactly Three Neighborsucup-team1704#WA 5ms3828kbC++172.0kb2023-11-03 13:25:152023-11-03 13:25:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 5ms
memory: 3528kb

input:

2 3

output:

1 3
##.

result:

ok good solution

Test #2:

score: 0
Accepted
time: 5ms
memory: 3652kb

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

score: 0
Accepted
time: 5ms
memory: 3828kb

input:

3 4

output:

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

result:

ok good solution

Test #4:

score: 0
Accepted
time: 5ms
memory: 3664kb

input:

3 5

output:

1 10
##.##.##..

result:

ok good solution

Test #5:

score: 0
Accepted
time: 5ms
memory: 3572kb

input:

4 5

output:

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

result:

ok good solution

Test #6:

score: -100
Wrong Answer
time: 5ms
memory: 3568kb

input:

7 10

output:

-1 -1

result:

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