标签:testcase lis tin ble str rip main int ==
在一个二维01矩阵中找到全为1的最大正方形, 返回它的面积.
样例 1:
输入:
[
[1, 0, 1, 0, 0],
[1, 0, 1, 1, 1],
[1, 1, 1, 1, 1],
[1, 0, 0, 1, 0]
]
输出: 4
样例 2:
输入:
[
[0, 0, 0],
[1, 1, 1]
]
输出: 1
标签:testcase lis tin ble str rip main int ==
原文地址:https://www.cnblogs.com/yunxintryyoubest/p/13312643.html