From 1465599078204dc9e24c5073bd2e8065638680bd Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Sun, 16 Apr 2023 22:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=AF=8F=E9=97=A8=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E7=9A=84=E6=80=BB=E5=88=86=E5=92=8C=E5=B9=B3=E5=9D=87?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello1.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hello1.md diff --git a/hello1.md b/hello1.md new file mode 100644 index 0000000..fd1a645 --- /dev/null +++ b/hello1.md @@ -0,0 +1,18 @@ +void AverSumofEveryCourse(STU stu[], int n, int m) +{ + int i, j; + float sum[COURSE_NUM], aver[COURSE_NUM]; + /* ---------- begain ---------- */ + for (j=0; j