All digits are even
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Four-digit number is given. Check whether all its digits are even.
Input
One four-digit number.
Output
Print "YES" if all digits of the given number are even. Print "NO" otherwise.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 11K
Acceptance rate 63%