eolymp
bolt
Try our new interface for solving problems
Problems

Increase even digit

Increase even digit

Time limit 1 second
Memory limit 128 MiB

Five-digit positive integer is given. Increase by 1 all its even digits.

Input data

One five-digit positive integer n.

Output data

Print the updated five-digit number.

Examples

Input example #1
12345
Output example #1
13355
Author Matviychuk Sergiy
Source "ABC programming"