Given a 3-digit number, you have to reverse the number.
A single line containing a 3 digit number n.
The number generated by reversing the digits.
237
732
310
13
100 <= n <= 999