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

PROGRAMMING:Judge whether the positive integer n contains both odd and even numbers

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