Commit 23f3d697 by BellCodeEditor

save project

parent 68b3ae1a
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ def b(al,n):
while l<=r:
mid=(l+r)//2
if al[mid] == n:
return mid
return mid+1
if al[mid]<n:
l=mid+1
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment