diff --git a/冒泡法.cpp b/冒泡法.cpp index 0550569..74f3dac 100644 --- a/冒泡法.cpp +++ b/冒泡法.cpp @@ -1,9 +1,10 @@ +一 void bubble(int *a,int n) { int i,j,temp; for(i=0;ia[j]) {