1041 - 判断奇偶数
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个整数,判断是否为偶数。是输出"yes",否则输出"no"。
Input
一个整数
Output
一行文字:yes或者no
Examples
Input
8
Output
yes
Input
3
Output
no
Source
自编题