摘要: #include<stdio.h> #include<string.h> #define N 5 typedef struct student { long no; char name[20]; int score; }STU; void input(STU s[], int n); int fin 阅读全文
posted @ 2021-12-24 22:11 王金梦 阅读(46) 评论(3) 推荐(0) 编辑