Problem D: 零起点学算法24——判断奇偶数
2021-05-18 12:28
阅读:642
标签:scan clu code 偶数 class lse 起点 stdio.h include
#includeint main() { int a; while(scanf("%d",&a)!=EOF) if(a%2==0) printf("odd"); else printf("even"); return 0; }
Problem D: 零起点学算法24——判断奇偶数
标签:scan clu code 偶数 class lse 起点 stdio.h include
原文地址:https://www.cnblogs.com/chenlong991223/p/9744492.html
上一篇:Python简介
下一篇:汇编语言第二章知识梳理
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Problem D: 零起点学算法24——判断奇偶数
文章链接:http://soscw.com/index.php/essay/87183.html
文章标题:Problem D: 零起点学算法24——判断奇偶数
文章链接:http://soscw.com/index.php/essay/87183.html
评论
亲,登录后才可以留言!