C language quick sort qsort

char s[100][100], the number of rows is n

qsort(s,n,sizeof(s[0],strcmp)) compares the size of strings

おすすめ

転載: blog.csdn.net/weixin_46512272/article/details/130117385