发布网友 发布时间:2022-05-03 12:02
共1个回答
热心网友 时间:2023-10-21 13:07
//没用2为字符串,麻烦死。用的结构体 #include #include #include typedef struct { char c[105]; }Line; Line a[10]; int cmp(const void *x,const void *y) { char *m = ((Line*)x)->c; char *n = ((Line*)y)->c; return strcmp(m,n); } int ...热心网友 时间:2023-10-21 13:07
//没用2为字符串,麻烦死。用的结构体 #include #include #include typedef struct { char c[105]; }Line; Line a[10]; int cmp(const void *x,const void *y) { char *m = ((Line*)x)->c; char *n = ((Line*)y)->c; return strcmp(m,n); } int ...