110.随机生成10个数,做冒泡排序和选择排序,排序过程中会做两数比较,分别比较了多少次? 效果 代码 #include <stdio.h> #include <stdlib.h> #include<time.h> #define N 10