We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8e387 commit 9b11c01Copy full SHA for 9b11c01
lcp/LCP 78. 城墙防线/Solution.cpp
@@ -15,7 +15,7 @@ class Solution {
15
}
16
return true;
17
};
18
-
+
19
while (left < right) {
20
int mid = (left + right + 1) >> 1;
21
if (check(mid)) {
0 commit comments