1197 - 偶数
Time Limit : 1 秒
Memory Limit : 128 MB
读入一个正整数a,如果a为偶数输出yes。
Input
一个正整数a。
Output
偶数输出yes,否则什么也不输出。
Examples
Input
12
Output
yes
Input
15