From 00f0504a90981a85efd7b0317201441870217dff Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Thu, 20 Apr 2023 22:33:44 +0800 Subject: [PATCH] ztt1 --- ztt1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ztt1.md diff --git a/ztt1.md b/ztt1.md new file mode 100644 index 0000000..327179f --- /dev/null +++ b/ztt1.md @@ -0,0 +1,14 @@ +//1 函数功能:输入n个学生的m门课成绩 +void ReadScore(STU stu[], int n, int m) +{ + int i, j; + printf("Input student's ID, name and score:\n"); + /* ---------- begain ---------- */ + for(i=0;i