Append three
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Three digit number is given. Append to it the digit from the left and from the right.
Input
One three digit positive integer .
Output
Append to the number the digit from the left and from the right. Print the resulting number.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 23K
Acceptance rate 71%