摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 5 typedef struct student { int id; char name[20]; char subject[20]; float perf; floa 阅读全文
posted @ 2020-12-16 13:24 GHao831 阅读(57) 评论(4) 推荐(0)