二分法查找 利用二分法,查找数组中某元素 #include<stdio.h> int search( int list[], int end, int k );//声明 int main() { int k,index,end; int a