eolymp
bolt
Try our new interface for solving problems
Problems

Delete odd digits

Delete odd digits

Given a string. Delete from it all odd digits.

Input

One string that contains letters and digits.

Output

Print the resulting string.

Time limit 1 second
Memory limit 128 MiB
Input example #1
a1b2c3d4567hfgh
Output example #1
ab2cd46hfgh