摘要: TASK4 1 #include <stdio.h> 2 #include<string.h> 3 #define N 100 4 5 typedef struct { 6 char num[10]; // 学号 7 int s1; // 期末成绩 8 int s2; // 平时成绩 9 doubl 阅读全文
posted @ 2023-05-25 17:23 Orangpetofi 阅读(7) 评论(0) 推荐(0) 编辑