摘要: #include<stdio.h> #define N 5 typedef struct student{ long no; char name[20]; int score; }STU; void input(STU s[], int n); int findMinlist(STU s[], ST 阅读全文
posted @ 2021-12-26 21:29 李岩岩岩岩 阅读(15) 评论(2) 推荐(0) 编辑