导航

2021年6月17日

摘要: #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; int main() { FILE *fin; STU st[N 阅读全文

posted @ 2021-06-17 21:53 布鲁布鲁鲁 阅读(32) 评论(1) 推荐(0)