https://leetcode.com/problems/search-a-2d-matrix-ii/처음 제출한 풀이이다. target보다 큰 row와 col은 제외하고 탐색한다. 하지만 row나 col이 matrix 행열의 길이와 같다면 완전탐색과 다름없다.첫 행의