#D2650. Kanban Numbers
Kanban Numbers
Kanban Numbers
Input
The input contains a single integer a (1 ≤ a ≤ 99).
Output
Output "YES" or "NO".
Examples
Input
5
Output
YES
Input
13
Output
NO
Input
24
Output
NO
Input
46
Output
YES
inputFormat
Input
The input contains a single integer a (1 ≤ a ≤ 99).
outputFormat
Output
Output "YES" or "NO".
Examples
Input
5
Output
YES
Input
13
Output
NO
Input
24
Output
NO
Input
46
Output
YES
样例
5
YES