Commit 57f88107 by BellCodeEditor

auto save

parent 2def76dd
Showing with 9 additions and 5 deletions
......@@ -6,8 +6,12 @@ mx=len(num_list)-1
while mi<mx:
mid=(mi+mx)//2
gis=num_list[mid]
if num1=gis:
print('zhaodaol'+strmid[mid])
elif num1==gis:
if num1==gis:
print('zhaodaol:'+str[mid])
break
elif num1>gis:
mi=mid+1
else:
mx=mid-1
else:
print('zhaobudao')
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