[ACM-ICPC][DP] 4867 - Maximum Square
Given an
N x M matrix of all 1s and 0s, find
the largest submatrix which is a square containing all 1s.
Input
There will be several test cases in the input. Each test case will begin
with two integers, N and M
(1N, M1, 000) indicating the
numbe...