else if(m>a[mid]) 【2】;

else return(mid);

}

return(-1);

}(   )。

(2分)
Ahigh=mid-1
Bhigh=mid+1
Clow=mid-1
Dlow=mid+1
出自:中北大学C语言程序设计