这题目很简单,无须多说。题目来源:http://acm.tongji.edu.cn/showproblem.php?problem_id=1006
Problem
输出7和7的倍数,还有包含7的数字例如(17,27,37...70,71,72,73...)
Input
一个整数N。(N不大于30000)
Output
从小到大排列的不大于N的与7有关的数字,每行一个。
Sample Input
20
Sample Output
7
14
17
这题目很简单,无须多说。题目来源:http://acm.tongji.edu.cn/showproblem.php?problem_id=1006
Problem
输出7和7的倍数,还有包含7的数字例如(17,27,37...70,71,72,73...)
Input
一个整数N。(N不大于30000)
Output
从小到大排列的不大于N的与7有关的数字,每行一个。
Sample Input
20
Sample Output
7
14
17
9368

被折叠的 条评论
为什么被折叠?
&spm=1001.2101.3001.5002&articleId=3973391&d=1&t=3&u=16c9c2c8b34a4410bb4a3d05a3a656ed)