[求助]求一个程序~~谢谢
例如:
Welcome to
反过来输出:
要求:必须处理字符串在初始的储存string里
下面是例子
For example:
{
string a;
getline(cin,a); //if you input the string”Welcome to
//your process
//………
cout<<a; //then the output is “
}
[此贴子已经被作者于2007-6-10 21:21:20编辑过]