#include #include int main(void){ char st[20]; int i,j; scanf("%s",st); for(j=0;j=0;i--){ printf("%c",st[i]); } return 0; }