You are given a matrix consisting of some integer, its size is n*m.
You should find a minimum area submatrix that the sum of the submatrix (sum of all elements in the submatrix) is not less k.
Print a single integer -- the area of the minimum obtained submatrix. If we cannot obtain a matrix of sum is not less k, print -1.