//用c语言做的话会很快,主要锻炼一下string的使用 ,但是老提示reverse未声明 #include#include #include #include using namespace std;int main(){ int i,T; cin>>T; while(T--) { string s; /* while(cin>>s) { if(s=="\n") { cout<<"\b"; cout<
>s; for(i=s.length()-1;i>=0;i--) cout<
本文共 529 字,大约阅读时间需要 1 分钟。
//用c语言做的话会很快,主要锻炼一下string的使用 ,但是老提示reverse未声明 #include#include #include #include using namespace std;int main(){ int i,T; cin>>T; while(T--) { string s; /* while(cin>>s) { if(s=="\n") { cout<<"\b"; cout<
>s; for(i=s.length()-1;i>=0;i--) cout<
转载于:https://www.cnblogs.com/hxsyl/archive/2012/08/10/2631520.html