#OLD278. problem3

problem3

Description

输入一个不大于10的整数,如果小于等于5输出”YES”否则输出“NO”

Format

Input

1

Output

YES

Samples

6
NO

Hint