C语言二分法查找#include <stdio.h>不用math头文件void main(){int high = 9,low = 0,m,k,a[10]={1,2,3,4,5,6,7,8,9,10}hing和low赋初值2023-02-21JavaScript160