7211: 至少有一位数字是5的3的倍数
[Creator : ]
Description
输出1−n中能被3整除,且至少有一位数字是5的所有整数.
Input
输入一行,包含一个整数。
Output
输出所有满足条件的数,以换行隔开,具体见样例。
Constraints
1≤n≤100000
Sample 1 Input
100
Sample 1 Output
15
45
51
54
57
75