会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
追逐面包和牛奶
博客园
首页
新随笔
联系
订阅
管理
2018年5月22日
求数组的逆序对
摘要: #include #include using namespace std; void merge(vector&input, int left, int right, int mid, vector&temp,int &count){ int i = left; int j = mid+1; int t = 0;//t=left也可以,因为最终都是要赋值给input[...
阅读全文
posted @ 2018-05-22 19:49 追逐更好的自己
阅读(329)
评论(0)
推荐(0)
编辑
公告