Delete odd digits
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a string. Delete from it all odd digits.
Input
One string that contains letters and digits.
Output
Print the resulting string.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 59%