摘要: #include <stdio.h> const int N = 5; typedef struct student { long no; char name[20]; int score; }STU; void input(STU s[], int n); int findminlist(STU 阅读全文
posted @ 2020-12-24 21:40 sfasafasf 阅读(41) 评论(0) 推荐(0)