Description
Given a non-negative integer, output its reverse. For example, if the input is 123, the output should be 321.
Input Format
Input a non-negative integer (guaranteed that the last digit is not zero).
Output Format
Output the reversed number.
Sample
123
321