Commit f823ac61 by BellCodeEditor

save project

parent 23f3d697
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+1
return mid
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