From dffc513149895b74c2c77fd160a1d701b2131fc8 Mon Sep 17 00:00:00 2001 From: zhouyufan <2467848647@qq.com> Date: Sun, 21 May 2023 16:07:48 +0800 Subject: [PATCH] =?UTF-8?q?c1=E5=87=BD=E6=95=B0=E4=BB=A3=E7=A0=81zyf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c1函数功能zyf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 c1函数功能zyf diff --git a/c1函数功能zyf b/c1函数功能zyf new file mode 100644 index 0000000..19dad07 --- /dev/null +++ b/c1函数功能zyf @@ -0,0 +1,11 @@ +//1 函数功能:输入n个学生的m门课成绩 +void ReadScore(STU stu[], int n, int m) +{ + int i, j; + printf("Input student's ID, name and score:\n"); + for(i=0;i