Exchange of digits
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The input for the program is a natural number n where n is greater than 9. Your task is to swap the digits in the tens and units places of the number n.
Input
A natural number n such that n is greater than 9.
Output
The result after swapping the tens and units digits of n.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 58%