Left and Right
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Four digit positive integer is given. Swap the first and the last digit in it.
Input
One four digit positive integer n.
Output
Print the resulting number.
Examples
Input #1
Answer #1
Submissions 18K
Acceptance rate 43%