#J0070. 偶数

偶数

描述

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

格式

输入

一个正整数a。

输出

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

Samples

12
yes

Limitation

1s, 1024KiB for each test case.