None of the two conditions
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For the given integer print "YES", if none of the next conditions takes place and "NO" otherwise.
number is even and positive;
number is odd and negative.
Input
One integer .
Output
Print "YES" or "NO" depending on conditions.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 16K
Acceptance rate 40%