摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #define N 10 typedef struct student { int id; char name[20]; char subject[20]; float perf; 阅读全文
posted @ 2020-12-22 01:11 李青宇 阅读(132) 评论(3) 推荐(0)