363. Max Sum of Rectangle No Larger Than K

Given a non-empty 2D matrix matrix and an integer k, find the max sum of a rectangle in the matrix such that its sum is no larger than k.html Example: java Given matrix = [ [1, 0, 1], [0, -2, 3]
相關文章
相關標籤/搜索