#H900. 偶数

偶数

题目描述

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

输入格式

一个正整数a。(a在int范围内)

输出格式

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

12
yes