Commit ad613f06 by BellCodeEditor

save project

parent 64c663f1
Showing with 4 additions and 4 deletions
......@@ -4,8 +4,8 @@ low=0
num=9
high=len(num_list)-1
while low<=high:
def
while low<=high:
mid=(low+high)//2
guss1=num_list[mid]
if num==guss1 :
......@@ -15,4 +15,4 @@ while low<=high:
low=mid+1
else:
high=mid-1
print('没有')
\ No newline at end of file
return None
\ No newline at end of file
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