摘要: #include<string.h> #define N 5 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; /*学生学号 */ char name[20]; /*学生姓名 */ char subject[20]; /*考试科目 阅读全文
posted @ 2020-12-17 22:29 wjsx 阅读(81) 评论(3) 推荐(0)