From 3fb95cd52541ae1756ebe9a3c01085a97298efa7 Mon Sep 17 00:00:00 2001 From: xuzigui <3542624849@qq.com> Date: Sun, 7 May 2023 11:57:04 +0800 Subject: [PATCH] =?UTF-8?q?XZG=5F=E4=BC=AA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 30b1294..bb1afe6 100644 --- a/README.md +++ b/README.md @@ -652,17 +652,19 @@ int Menu(void) // 函数功能:输入 n 个学生的 m 门课成绩 ``` -void ReadScore(STU stu[],int n,int m) -{ +function ReadScore(STU stu[],int n,int m) do + int i,j; - printf("Input student's ID ,name and score:\n"); - for(i=0;i