摘要:
返回类型为bool: 1 template<class T> static bool binarySearch(T *s, T const &e, int lo, int hi){ 2 while (lo < hi) { 3 int mi = (lo + hi) >> 1; 4 e < s[mi] 阅读全文
posted @ 2019-07-18 19:26
鸿钧三清
阅读(186)
评论(0)
推荐(0)
浙公网安备 33010602011771号