From 8562e0239db3dcbb859a35876e006f2b381055a2 Mon Sep 17 00:00:00 2001 From: xuzigui <3542624849@qq.com> Date: Sat, 15 Apr 2023 16:26:23 +0800 Subject: [PATCH] =?UTF-8?q?XZG=5F=E6=8C=89=E9=80=89=E6=8B=A9=E6=B3=95?= =?UTF-8?q?=E5=B0=86=E6=95=B0=E7=BB=84SUM=E7=9A=84=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E5=80=BC=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71ca419..c5818eb 100644 --- a/README.md +++ b/README.md @@ -232,11 +232,30 @@ void SwapChar(char x[],chary[]) } ``` -//函数功能:按选择法将数组 num 的元素从低到高排序 +//函数功能:按选择法将数组 sum 的元素从低到高排序 ``` void AsSortbyNum(STU stu[],int n,int m) { - + int i, j, k, t; + for (i=0; i