Remove numbers
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
In a five-digit natural number, eliminate the digits located in the even positions, specifically the second and fourth digits.
Input
A five-digit natural number.
Output
The result after removing the specified digits.
Examples
Input #1
Answer #1
Submissions 8K
Acceptance rate 66%