摘要: 简单排序 #include #include #include #include using namespace std;int cmp(int a,int b){ return a>b;}int main(){ int n,i,a[10005],ans[10005],flag,f... 阅读全文
posted @ 2016-04-23 21:44 弃用博客 阅读(150) 评论(0) 推荐(0)