传统题 1000ms 256MiB

[COCI][2006][C2] STOL

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

Description

Mirko has bought an apartment and wants to invite to dinner as many people as possible to celebrate with him. For this he needs a large rectangular wooden table for which he will sit down with his guests. The number of people a table can accommodate is equal to its perimeter (the sum of the lengths of all four sides). Mirko wants to buy a table such that it fits in his apartment and that as many people as possible can sit down with him for dinner. The table must be placed so that its edges are parallel to the edges of the apartment.
Given the layout of the apartment, find the number of people Mirko can invite to dinner.

Format

Input

The first line contains two integers R and C (1 ≤ R, S ≤ 400), the dimensions of the apartment. Each of the following R rows contains exactly S characters (without spaces), whether a square is free ('.') or blocked ('X').
Mirko can put his table only in free squares.

Output

Output the number of guests Mirko can invite to dinner after he buys his table on a single line.

Samples

2 2 
.. 
.. 
7
4 4 
X.XX 
X..X 
..X. 
..XX
9
3 3 
X.X 
.X. 
X.X 
3

RP水友赛

未参加
状态
已结束
规则
IOI
题目
14
开始于
2022-2-23 8:00
结束于
2022-2-23 12:00
持续时间
4 小时
主持人
参赛人数
7