-->
当前位置:首页 > 题库

PROGRAMMING:Programming questions: Statistics of the number of qualified elements - heboost

Luz5年前 (2021-05-10)题库462
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