#P00305. 判断奇偶性之三

判断奇偶性之三

Description

输入一个数字,判读其是否为偶数, 如果成立的话,就在第一行输出”y e s”, 在第二行输出“I find it”;

Format

Input

输入一行,只有一个整数x(-30000<=x<=30000)

Output

如题

Samples

4
y e s
I find it

Limitation

1s, 1024KiB for each test case.