#include<bits/stdc++.h> using namespace std; string a; int main(){ cin>>a; for(int i=a.size()-1;i>=0;i--)cout<<a[i]; }