滿意答案: #include const int N=30; int swap(char a[],int m,int n) { int i,j; for(i=n;i>0;i--) { ...
wenwen.sogou.com