PROGRAMMING:Odd number in 10
Input 10 integers from the keyboard and count the odd number.
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
In a row in accordance with the order of "n = result" output, the result is the integer output as is, no other additional format..
###Input example:
```in
10 2 3 4 5 6 78 8 9 11
```
###Output example:
```out
n=4
```
answer:If there is no answer, please comment
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
In a row in accordance with the order of "n = result" output, the result is the integer output as is, no other additional format..
###Input example:
```in
10 2 3 4 5 6 78 8 9 11
```
###Output example:
```out
n=4
```
answer:If there is no answer, please comment