eolymp
bolt
Try our new interface for solving problems
Problems

At least one condition out of two

At least one condition out of two

Time limit 1 second
Memory limit 128 MiB

For the given integer n print "YES", if takes place at least one of the following conditions and "NO" otherwise.

  • number n is odd;

  • number n is positive and three-digital.

Input data

One integer n.

Output data

Print "YES" or "NO" depending on conditions.

Examples

Input example #1
7
Output example #1
YES
Input example #2
8
Output example #2
NO
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"