冒泡排序的优化算法,提高了效率int main(){ int a, m; cin>>m; int *p; p = new int[m]; for(int i=0;i>p[i]; int temp; for(int i=0;i=i;j--) if(p[j+1]