Enter a non-negative integer and output its reverse. For example, if the input is 123, the output should be 321.
123
321
Enter a non-negative integer (guaranteed that the last digit is not zero).
Output the reversed number.
Using your Hydro universal account