13833 - String Reverse   

Description

Given a string S, output the reverse of S.

Input

The input consists of one line. Each line is a string S with length <= 10000.

The string S does not contain any spaces.

Output

Output the reverse of S.

Sample Input  Download

Sample Output  Download

Tags

23S_DS



Discuss