摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #define SIZE 5 typedef struct { //char name[10]; char *name; int age; } Stu; int compar(con 阅读全文
posted @ 2025-04-17 21:39 profesor 阅读(7) 评论(0) 推荐(0)