Remove digit 2
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given a natural number , you need remove the second last digit (the tens place) of the number .
Input
A natural number .
Output
The answer to the problem.
Examples
Input #1
Answer #1
Submissions 15K
Acceptance rate 53%