[2017-03-04]Cannot make a static reference to the non-static method.....
//二分搜索publicclassBinarySearch{//FunctionofBinarySearch//错误是BinarySearch方法导致的intBinarySearch(intarray[],intn,intnum){//iftheresultisnotfound,thenreturn-1intleft=0;intright=n-1;while(leftarray[middle])r