At least one condition out of two
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For the given integer print "YES", if takes place at least one of the following conditions and "NO" otherwise.
number is odd;
number is positive and three-digital.
Input
One integer .
Output
Print "YES" or "NO" depending on conditions.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 26K
Acceptance rate 26%