C语言二分法查找

C语言二分法查找

#include &ltstdio.h&gt不用math头文件void main(){int high = 9,low = 0,m,k,a[10]={1,2,3,4,5,6,7,8,9,10}hing和low赋初值
JavaScript160