#A. 【例15.2】 偶数

    Type: RemoteJudge 1000ms 64MiB

【例15.2】 偶数

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

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

输入格式

一个正整数aa

输出格式

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

样例

12
yes