2012年8月14日

NOJ--希尔排序

摘要: http://acm.nit.net.cn/showproblem.jsp?pid=1494用cin、cout会超时View Code #include<iostream>#include<algorithm>#include<cstring>using namespace std;int const ic_limit = 3000002;int iArr[ic_limit];void vInput(int iN);void vShellSort(int iN);void vOutput(int iN);int main(){ int iN; while(s 阅读全文

posted @ 2012-08-14 18:42 zimulala 阅读(260) 评论(0) 推荐(0)

导航