Solution.java:6: error: cannot find symbol
if (array[row][col] == tartget) return true;
^
symbol: variable tartget
location: class Solution
Solution.java:7: error: cannot find symbol
if (array[row][col] > tartget){
^
为什么报无法识别if这个符号?