#BA0157. 偶数

偶数

题目描述

读入一个正整数 aa,如果 aa 为偶数输出 yes

输入格式

一个正整数 aa

输出格式

偶数输出 yes ,否则什么也不输出。

输入输出样例

12
yes