Problems
The product of even digits in a number
The product of even digits in a number
Find the product of all even digits in an integer.
Input data
One 64-bit integer (the number can be negative).
Output data
Print the product of all even digits, or -1 if such digits do not exist.
Examples
Input example #1
45123
Output example #1
8