#T514. 奇偶数判断

奇偶数判断

Description

Enter an integer and determine if it is even. Output "Yes" if it is, otherwise output "No".

Input Format

The input consists of only one line containing a single integer.

Output Format

The output consists of only one line.

10
Yes
## Source

CodesOnline