摘要: Given a m * n matrix of ones and zeros, return how many square submatrices have all ones. Example 1: Input: matrix = [ [0,1,1,1], [1,1,1,1], [0,1,1,1] 阅读全文
posted @ 2019-12-04 10:55 Schwifty 阅读(427) 评论(0) 推荐(0)
摘要: Given two integers tomatoSlices and cheeseSlices. The ingredients of different burgers are as follows: Jumbo Burger: 4 tomato slices and 1 cheese slic 阅读全文
posted @ 2019-12-04 04:49 Schwifty 阅读(397) 评论(0) 推荐(0)