会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小师叔
博客园
首页
博问
闪存
新随笔
订阅
管理
06 2016 档案
利用c自带的快排序 杭电 acm 1040
摘要:#include<stdio.h>#include<stdlib.h>#include<string.h> #define SIZE 100 //从小到大排序int comp1(const void *x,const void *y){ return *(int *)x - *(int *)y;}
阅读全文
posted @
2016-06-04 14:05
HDU李少帅
阅读(788)
评论(1)
推荐(1)