PROGRAMMING:The number [1,40] divisible by 3
Output all numbers between [1,40] that can be divided by 3.
###Output format:
From small to large, output the number that meets the condition, each number output occupies 4 columns, no other additional characters.
###Output example:
```out
3 6 9 12 15 18 21 24 27 30 33 36 39
```
answer:If there is no answer, please comment
###Output format:
From small to large, output the number that meets the condition, each number output occupies 4 columns, no other additional characters.
###Output example:
```out
3 6 9 12 15 18 21 24 27 30 33 36 39
```
answer:If there is no answer, please comment