From 25ee600c570ecbee8b72c5d389b883bd16ca98ab Mon Sep 17 00:00:00 2001 From: pmkfqw2gu <2511089200@qq.com> Date: Thu, 17 Feb 2022 18:36:50 +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, 2 insertions(+), 1 deletion(-) 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]) {