Problem e: 过7小游戏

Problem e: 过7小游戏

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 2  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

有一个游戏叫“过7”,即从1开始数,当数到数字中包含7或者是7的倍数的数时跳过。

输入正整数n,试输出n以内没有跳过的数。 

Input

输入正整数n(1 ≤ n  ≤ 999)

Output

试输出n以内没有跳过的数。 注意每行输出15个数,每个数占4列并且右对齐。

Sample Input Copy

20

Sample Output Copy

   1   2   3   4   5   6   8   9  10  11  12  13  15  16  18
  19  20