From a5c40a07eb144314cbbc036c875f56147cccb682 Mon Sep 17 00:00:00 2001 From: haoxuan Date: Sat, 7 Feb 2026 02:56:38 -0500 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E6=8E=92=E5=BA=8F/maopaop?= =?UTF-8?q?aixu.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 准备 重新 上传 --- 排序/maopaopaixu.cpp | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 排序/maopaopaixu.cpp diff --git a/排序/maopaopaixu.cpp b/排序/maopaopaixu.cpp deleted file mode 100644 index ca52c2f..0000000 --- a/排序/maopaopaixu.cpp +++ /dev/null @@ -1,36 +0,0 @@ -#include -#include -using namespace std; -int main(){ - - int n=5,max; - bool bl=false; - int a[n]={12,22,81,94,95}; - - for(int i=0;ia[j+1]){ - - max=a[j]; - a[j]= a[j+1]; - a[j+1]=max; - - bl=true; - } - if (!bl) - break; - - } - - - } - for(int j=0;j