c语言气泡排序 #include #define N 10 void paixu(int *arr,int n) { int i; int j; int t; for(i=0;i