2018: 【入门】找数

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

Description

请输出100~n之间能被5或6整除,但不能同时被两者整除的数。

Input

只有一个整数100<N≤10000。

Output

输出满足条件的数,数字之间用空格隔开。

Sample Input Copy

128

Sample Output Copy

100 102 105 108 110 114 115 125 126