比如将"vpoet" 变为“teopv”
1 #include2 using namespace std; 3 4 int main() 5 { 6 char Before_Str[100]={ 0}; 7 8 cout<<"******************************vpoet*********************************\n"; 9 cout<<"Please input the String you want to reverse:";10 cin>>Before_Str;11 12 char Ch_Temp;13 14 int Len=strlen(Before_Str);15 16 for(int i=0;i