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