实验六
摘要:
1.实验任务4 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 dou 阅读全文
posted @ 2023-05-25 17:28 信专某黑化学子 阅读(12) 评论(0) 推荐(0) 编辑