1255: 用while语句判断素数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:42 Solved:16

Description

输入一个正数n,判断这个数是否为素数

Input

输入为一个数字n

Output

如果是素数则输出yes,不是素数则输出no

Sample Input Copy

13

Sample Output Copy

yes