From 4be591b3eb750309cb29e1a18f570248cbd58323 Mon Sep 17 00:00:00 2001 From: Cx330 <2011690092@qq.com> Date: Sat, 15 Apr 2023 16:10:56 +0800 Subject: [PATCH] =?UTF-8?q?Cx330=5F=E6=8C=89=E5=AD=A6=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E6=89=BE=E5=AD=A6=E7=94=9F=E6=88=90=E7=BB=A9=E5=B9=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9F=A5=E6=89=BE=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e8582..d53c540 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,21 @@ void SortbyName(STU stu[],int n,int m) ``` void SearchbyNum(STU stu[],int n,int m) { - + long number; + int i,j; + printf("Input the number you want to search:"); + scanf("%ld",&number); + for(i=0;i