Problems
Left and Right
Left and Right
Four digit positive integer is given. Swap the first and the last digit in it.
Input data
One four digit positive integer n.
Output data
Print the resulting number.
Examples
Input example #1
1234
Output example #1
4231