PROGRAMMING:Judge whether the positive integer n contains both odd and even numbers
This topic requires reading in a positive integer n to determine whether the positive integer n contains both odd and even numbers.
###Input format:
Enter a positive integer n.
###Output format:
Output this positive integer, and output Yes (for both) or no (for not both).
###Input example:
```in
one hundred and twenty-three
```
###Output example:
```out
123 YES
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer n.
###Output format:
Output this positive integer, and output Yes (for both) or no (for not both).
###Input example:
```in
one hundred and twenty-three
```
###Output example:
```out
123 YES
```
answer:If there is no answer, please comment