随笔 - 942,  文章 - 0,  评论 - 37,  阅读 - 54万
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李少帅 阅读(783) 评论(1) 推荐(1) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示