Problem D: 循环结构-奇数中3的倍数练习

Problem D: 循环结构-奇数中3的倍数练习

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 429  Solved: 252
[Status] [Submit] [Creator:]

Description

编写程序,输入一个正整数n,输出1~n中所有奇数中3的倍数,用空格隔开

Input

10

Output

3 9