第32563题 程序题
判断输入整数是否为偶数,符合条件则输出yes

题目要求

读入一个整数a,如果a为偶数在屏幕上输出yes,a为奇数时无输出。

输入描述

整数a,0 ≤ a ≤ 32767

输出描述

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

输入样例

2

输出样例

yes
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析