摘要: #include <stdio.h> #include <string.h> #define N 3 //Task 1 typedef struct student { int id; char name[20]; char subject[20]; float perf; float mid; f 阅读全文
posted @ 2020-12-24 20:19 wodecyuyan 阅读(49) 评论(0) 推荐(0) 编辑