会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Yogurt Shen
记录每一滴
博客园
首页
新随笔
联系
订阅
管理
2012年10月18日
POJ2299-Ultra-QuickSort
摘要: http://poj.org/problem?id=2299 #include<stdio.h>int a[500002],left[250001],right[250001];__int64 count;void merge(int a[],int l,int m,int r){ int i,j,k,n1,n2; n1=m-l+1; n2=r-m; for(i=0...
阅读全文
posted @ 2012-10-18 14:32 Yogurt Shen
阅读(176)
评论(0)
推荐(0)
编辑
公告