#P2295. 大巧若拙

大巧若拙

输入一个整数问开方后是否为整数

Input

每行输入一个整数n(N在int范围内)

Output

每行可以输出Y

否者N

Sample Input

100
101

Sample Output

Y
N

HINT

Source