diff --git a/problems/0051.N皇后.md b/problems/0051.N皇后.md index fd2ac4fa..69802ecb 100644 --- a/problems/0051.N皇后.md +++ b/problems/0051.N皇后.md @@ -341,7 +341,7 @@ class Solution { public boolean isValid(int row, int col, int n, char[][] chessboard) { // 检查列 - for (int i=0; i