#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
string as;
int main()
{
while(cin>>as){
reverse(as.begin(),as.end());
cout<<as<<endl;
}
return 0;
}
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment