摘要: task1 #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 阅读全文
posted @ 2021-12-29 13:24 猫街少女琳 阅读(9) 评论(0) 推荐(0) 编辑