摘要:
#include<stdio.h> #include<time.h> #include<stdlib.h> void sort2(int b[]); int main(){ int b[20]; int i; srand(time(0)); for(i=0;i<20;i++) { b[i]=rand 阅读全文
posted @ 2020-12-16 16:03
chenhuiping
阅读(63)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<time.h> #include<stdlib.h> void sort1(int a[]); int main(){ int a[20]; int i; srand(time(0)); for(i=0;i<20;i++) { a[i]=rand 阅读全文
posted @ 2020-12-16 16:00
chenhuiping
阅读(146)
评论(0)
推荐(0)

浙公网安备 33010602011771号