摘要: 1 #include<stdio.h> 2 #define N 10 3 int main(void) 4 { 5 void select_sort(int *a); 6 void arry_print(int *a); 7 void search(int *a,int n); 8 9 int i, 阅读全文
posted @ 2019-03-15 21:36 sinlearn 阅读(214) 评论(0) 推荐(0) 编辑