{
char t;int i,j;
for(i=0;ifor(j=i+1,j/*比较字符串的首字符大小,并交换字符串的首字符 */
if(s[0])>s[j][0]{t=s[0];s[0]=s[j][0];s[j][0]=t;}
}
main()&nb
&nb