会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
神的不在场证明
浮云 灯泡 气球
博客园
首页
新随笔
联系
管理
2008年10月22日
pku2299 Ultra-QuickSort
摘要: 题目意思是求一个序列的逆序数,朴素的做法时间复杂度是O(n^2),其中 n #include #include using namespace std; #define MAXN 500005 #define clr(x) memset(x,0,sizeof(x)) int a[MAXN],b[MAXN],c[MAXN],n; __int64 ans; int find(int x){ ...
阅读全文
posted @ 2008-10-22 11:00 Beetlebum
阅读(772)
评论(0)
推荐(0)
编辑