QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#332113#7637. Exactly Three Neighborsucup-team1617#WA 0ms3960kbC++201.9kb2024-02-19 09:08:472024-02-19 09:08:47

詳細信息

Test #1:

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

input:

2 3

output:

6 1
#
#
.
#
#
.

result:

ok good solution

Test #2:

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

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

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

input:

3 4

output:

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

result:

ok good solution

Test #4:

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

input:

3 5

output:

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

result:

ok good solution

Test #5:

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

input:

4 5

output:

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

result:

ok good solution

Test #6:

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

input:

7 10

output:

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

result:

ok good solution

Test #7:

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

input:

5 7

output:

7 5
###.#
#.###
#.##.
#.##.
#.##.
#.###
###.#

result:

wrong answer invalid plan.