B. Kanban Numbers
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Input

The input contains a single integer $$$a$$$ ($$$1 \le a \le 99$$$).

Output

Output "YES" or "NO".

Examples
Input
5
Output
YES
Input
13
Output
NO
Input
24
Output
NO
Input
46
Output
YES