From 62e37f284ce98716aaf229dcbaa904c685d79318 Mon Sep 17 00:00:00 2001 From: pma6phxuv <524526122@qq.com> Date: Sat, 19 Feb 2022 16:50:05 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=86=92=E6=B3=A1=E6=8E=92=E5=BA=8F.c?= =?UTF-8?q?pp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 冒泡排序.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/冒泡排序.cpp b/冒泡排序.cpp index 40b524f..61ed303 100644 --- a/冒泡排序.cpp +++ b/冒泡排序.cpp @@ -3,9 +3,9 @@ int main() { int a[100000]; int i,j,n,t; - scanf("%d",&n);//�������ָ��� + scanf("%d",&n);//输入数字个数 for(i=0;i