Example 1
Example 2
n == matrix.length == matrix[i].length1 <= n <= 300-109 <= matrix[i][j] <= 109All the rows and columns of matrix are guaranteed to be sorted in non-decreasing order.1 <= k <= n2Example 1
Example 2
n == matrix.length == matrix[i].length1 <= n <= 300-109 <= matrix[i][j] <= 109All the rows and columns of matrix are guaranteed to be sorted in non-decreasing order.1 <= k <= n2