Find the number 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
In a three-digit number , the first digit was removed. The remaining part was then multiplied by 10, and the original first digit was added to the result, giving the number . Find , given the value of .
\InputFileA three-digit natural number .
\OutputFileThe value of .
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 54%