摘要: //1 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; char name[20]; /*学生姓名 */ char subject[20]; /* 阅读全文
posted @ 2020-12-20 20:57 包包ovo 阅读(62) 评论(2) 推荐(0)