题型:单选题 题类:常考题 难易度:普通
教科版高中信息技术选修一 对分查找变式
Key=Val(Text1.Text)
i=1:j=n*2:flag=False
Do While i+1<=j And Not flag
m=(i+j)\2
If Then m=m-1
If a(m)=Key or a(m+1)=Key Then
Flag=True
Elseif a(m)>key Then
Else
End if
Loop
If a(i)=Key Or a(j)=Key Then flag=True
If flag Then Label1.Caption=“yes” Else Label1.Caption=“no”
划线处的代码正确的是( )
试题篮