From d7ec05d47af9a4cf648684639eaf8cda92a5239c Mon Sep 17 00:00:00 2001 From: pmkfqw2gu <2511089200@qq.com> Date: Thu, 17 Feb 2022 18:41:20 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=86=92=E6=B3=A1=E6=B3=95.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 冒泡法.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]) {