Commit d5357c2e by BellCodeEditor

auto save

parent ae3a87d3
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ num=9
num1=20
low=0
high=len(num_list)-1
while low<=high:
while :
mid=(low+high)//2
if num_list[mid]==num:
print("找到了,索引是",mid)
......
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