Problem1263--检查一个数是否为质数

1263: 检查一个数是否为质数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个正整数,检查该数是否为质数

Input

输入一个正整数

Output

输出Y或者N

Sample Input Copy

34

Sample Output Copy

N

Source/Category