Problem1640--【入门】偶数1640: 【入门】偶数
Time Limit: 1.000 Sec Memory Limit: 16 MB
Submit: 25 Solved: 24
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
读入一个整数a,如果a为偶数在屏幕上输出yes。(a为奇数时屏幕无输出)
Input
整数a,0≤a≤32767。
Output
a为偶数输出yes,否则什么也不输出。
Sample Input
2
Sample Output
yes
Source/Category
[Submit] [Status]