Remove the digits 2
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 odd positions, specifically the first, third, and fifth digits.
Input
A five-digit natural number.
Output
The resulting number after removing the specified digits.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 74%