摘要: #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; int main() { STU st, stmax, stmi 阅读全文
posted @ 2019-12-27 20:43 liffee 阅读(132) 评论(3) 推荐(0)