Exchange of digits 2
Very easy
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 99. Your task is to swap the digits in the hundreds and units places of the number n.
Input
A natural number n where n is greater than 99.
Output
The result after swapping the specified digits.
Examples
Input #1
Answer #1
Submissions 17K
Acceptance rate 25%