計數二班許紀龍2018204299

``web //二分查找 計數二班 許紀龍 2018204299 #include<stdio.h> #include<algorithm> #include<math.h> using namespace std; int BS(int t[],int x) { int m,l=0,r=sizeof(t)-1; //要想具體實現下表l須要從0開始 sort(t,t+(sizeof(t)-
相關文章
相關標籤/搜索