题解 | #判断整数奇偶性#

判断整数奇偶性

http://www.nowcoder.com/practice/a8b018667e274af29b5f76a6673450fc

#include <stdio.h>
int main()
{
int a;
while(~scanf("%d",&a))//多组输入
    if(a%2==0)
        printf("Even\n");
    else
        printf("Odd\n");
return 0;
}
全部评论

相关推荐

qz鹿:*** 祝他毕业就失业
点赞 评论 收藏
分享
评论
3
收藏
分享
牛客网
牛客企业服务