Competitions
Week 1 Introduction Part 2
Find the number 1
Three-digit number n was divided by 10. When the last digit of n was appended to the quotient from the left, we got x. Find x if n is known.
Input data
Three-digit positive integer n.
Output data
Print the number x.
Examples
Input example #1
123
Output example #1
312