### 冒泡排序 ```c #include void bubblingSort(int *a, int n, int flag){ int i, j, t; for(i=0;i0?a[j]>a[j+1]:a[j]