mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2026-03-13 09:50:42 +08:00
auto commit
This commit is contained in:
@@ -1239,7 +1239,7 @@ public int numSquares(int n) {
|
||||
continue;
|
||||
}
|
||||
marked[next] = true;
|
||||
queue.add(cur - s);
|
||||
queue.add(next);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user