摘要: #include <stdio.h> #include <stdlib.h> void output(int *a,int len); void InsertSort(int *array, int len); int main() { int a[6]={1,5,2,9,4,3}; InsertS 阅读全文
posted @ 2019-03-10 22:34 一人之下冯宝宝 阅读(113) 评论(0) 推荐(0) 编辑