额...没啥好说的我甚至都不想写原题...
{
char temp;
if(a[j]>a[j+1])
{
temp=a[j];
a[j]=a[j+1];
a[j+1]=temp;
}
}
额...没啥好说的我甚至都不想写原题...
{
char temp;
if(a[j]>a[j+1])
{
temp=a[j];
a[j]=a[j+1];
a[j+1]=temp;
}
}