#P10965. Largest Submatrix
Largest Submatrix
Description
Now here is a matrix with letter 'a','b','c','w','x','y','z' and you can change 'w' to 'a' or 'b', change 'x' to 'b' or 'c', change 'y' to 'a' or 'c', and change 'z' to 'a', 'b' or 'c'. After you changed it, what's the largest submatrix with the same letters you can make?
Input Format
The input contains multiple test cases. Each test case begins with and on line. Then come the elements of a matrix in row-major order on m lines each with n letters. The input ends once EOF is met.
Output Format
For each test case, output one line containing the number of elements of the largest submatrix of all same letters.
2 4
abcw
wxyz
3
京公网安备 11011102002149号