3791: 【例15.2】 偶数
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:507
Solved:360
Description
读入一个正整数$a$,如果$a$为偶数输出
yes。Input
一个正整数$a$。
Output
偶数输出
yes,否则什么也不输出。
Sample Input Copy
12
Sample Output Copy
yes