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