PROGRAMMING:Programming questions: Statistics of the number of qualified elements - heboost
Count the odd and even numbers of elements divisible by 3 in the closed interval of 1... N
###Input format:
The range of input value n is [1.. 1000]
###Output format:
Odd number, even number
###Input example:
```in
five
```
###Output example:
```out
1,0
```
answer:If there is no answer, please comment
###Input format:
The range of input value n is [1.. 1000]
###Output format:
Odd number, even number
###Input example:
```in
five
```
###Output example:
```out
1,0
```
answer:If there is no answer, please comment