Problem Description
Print "YES" if the natural integer is a four-digit odd number that is divisible by 3 and 5; "NO" otherwise.
Input Format
The input consists of a natural integer .
Output Format
Enter the answer to the problem.
Examples
Example 1
Input
1875
Output
YES
Example 2
Input
1500
Output
NO
Example 3
Input
15
Output
NO