#include using namespace std; signed main(){ string s;cin>>s; reverse(s.begin(),s.end()); string t; for(int i=0;i