JULIUS1 - KINGDOM

no tags 

Julius Caesar is growing old day by day so he decided to distribute his kingdom between his two children. For this the king called his minister Brutus to calculate the area of his kingdom. After the kingdom was measured the data showed k units.

Caesar is a great fan of even numbers that's why he wants to divide the kingdom in such a way that each of the two parts measures even number of units. Caesar has grown old and want to divide kingdom as soon as possible, that's why you should help him and find out, if he can divide the kingdom in the way he wants.

Input

A set of input contains a single integer k (1<=k<=10^6). the input ends by a 0 at the end.

Output

Print "YES OLDIE", if he can divide the kingdom into two parts, each of them measuring even number of units and "NO KING" in the opposite case (without quotes).

Example

Input:
8
0

Output: YES OLDIE


Added by:`Ak
Date:2014-12-15
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All