From acd1dddca0ca5e5b35f3adbe25cfd9c05b67d000 Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Sun, 16 Apr 2023 22:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E5=AD=A6=E5=8F=B7=E6=9F=A5=E6=89=BE?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E6=88=90=E7=BB=A9=E5=B9=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=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 --- hello3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hello3.md diff --git a/hello3.md b/hello3.md new file mode 100644 index 0000000..810c3ec --- /dev/null +++ b/hello3.md @@ -0,0 +1,13 @@ +void SearchbyNum(STU stu[], int n, int m) +{ + long number; + int i, j; + printf("Input the number you want to search:"); + scanf("%ld", &number); + + /* ---------- begain ---------- */ + + /* ----------- end ----------- */ + + printf("\nNot found!\n"); +} \ No newline at end of file