#C10503. 判断奇偶数
判断奇偶数
Background背景
输入一个整数,判断是否为偶数。是输出"yes",否则输出"no"。
Input输入
输入只有一行,包括1个整数。
Output输出
输出只有一行,偶数输出“yes”, 奇数输出“no”。
Samples样例
4
yes
3
no
Limitation限制
1s, 1024KiB for each test case.
输入一个整数,判断是否为偶数。是输出"yes",否则输出"no"。
输入只有一行,包括1个整数。
输出只有一行,偶数输出“yes”, 奇数输出“no”。
4
yes
3
no
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.