摘要: //实验任务4/2// #include <stdio.h> #include <stdlib.h> #include <string.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; 阅读全文
posted @ 2021-06-17 23:23 唧唧歪歪的狐狸 阅读(23) 评论(2) 推荐(0) 编辑