Grown up boy sunny

Grown up boy sunny

Time Limit: 1.0 s

Memory Limit: 256.0 MB

Description

Sunny is a responsible grown up boy now. He can help his mom to household work, he does all the grocery shopping.
Today his mom gave him 100 taka to buy 2 kilogram of potato from the "Bondor Bazar".
You know the per kilogram value of potato is \(X\) taka.
Tell us, if sunny can buy 2 kilogram of potato or not.

Input

One integer \(X\) : per kilogram cost of potato.
\(1 <= X <= 100\)

Output

print "YES" if he is able to buy 2 kilograms of potato or "NO" otherwise.

also print a newline after your answer: for example
python : print("YES")
c : printf("YES\n");
c++ : cout<<"YES\n";

Sample 1

Input

10

Output

YES

Sample 2

Input

60

Output

NO

Information

ID
1056
Difficulty
1
Category
Beginners Click to Show
Tags
(None)
# Submissions
122
Accepted
88
Accepted Ratio
72%
Uploaded By

Related

In following contests:

Brain Booster #3