摘要: 实验一: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; /*学生学号 */ char name[20]; /*学生姓名 */ char subj 阅读全文
posted @ 2020-12-24 10:42 成洺萱 阅读(60) 评论(1) 推荐(0)