1397: 【c08】逢7跳过▃for_if_continue

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:12 Solved:9

Description

同学们在玩逢7跳过的游戏:游戏者从n~100报数,如果将要报的数中包含7或者是7的倍数,报数者说“过”。否则正常报数。现在编个程序,输入一个小于100的正整数n。输出n~100之间所有符合条件的数字。

Input

输入一个小于100的正整数n。

Output

输出所有符合条件的数,各数用空格隔开。

Sample Input Copy

71

Sample Output Copy

80 81 82 83 85 86 88 89 90 92 93 94 95 96 99 100