摘要: #include const int N=5; typedef struct student{ long no; char name[20]; int score; }STU; void input(STU s[],int n); int findminlist(STU s[],STU t[],int n); void output(STU s[],int n); int... 阅读全文
posted @ 2019-06-10 16:41 Soledad·QX 阅读(85) 评论(1) 推荐(0) 编辑