摘要: #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-25 00:00 张白枫 阅读(34) 评论(1) 推荐(0) 编辑