1871: Who is a multiple of 6 but not a multiple of 11

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:37 解决:19

题目描述

Many people like 6 and think that 6 means smooth, even multiples of 6, but some people don’t like 11 or multiples of 11. Please program to find the number you like.

输入

input a number each line,there are many lines 

输出

For each line, a result "Y" or "N" is output.

样例输入 复制

1
5
7 
12
72
11 

样例输出 复制

N
N
N
Y
Y
N