摘要: // 用分治法求众数 //参考:http://blog.csdn.net/core__code/article/details/47385045 #include #include using namespace std; void split(int s[], int n, int &l, int &r) //here should have a low limit, becau... 阅读全文
posted @ 2017-09-26 11:20 diamondDemand 阅读(450) 评论(0) 推荐(0)