Commit e09ad949 by BellCodeEditor

save project

parent 3e8937af
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ num_list = [1, 3, 5, 8, 11, 15, 17, 18, 20, 21] ...@@ -3,7 +3,7 @@ num_list = [1, 3, 5, 8, 11, 15, 17, 18, 20, 21]
bg=1 bg=1
l=0 l=0
h=len(num_list)-1 h=len(num_list)-1
while l_n<=h: while l<=h:
m=(l+h)//2 m=(l+h)//2
g=num_list[m] g=num_list[m]
if g==bg: if g==bg:
......
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