摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; //学号 char name[20]; //姓名 char subject[20]; float 阅读全文
posted @ 2020-12-25 12:21 DyweR 阅读(40) 评论(2) 推荐(0) 编辑