Problem2177--个位为3的质数

2177: 个位为3的质数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Status] [Submit] [Creator:]

Description

输入一个大于2的正整数,如果该整数的个位数字为3,且为质数,则输出:yes,否则输出:no

Input

输入一行,一个整数nn<=10^8)。

Output

输出一行,如果该整数的个位数字为3,且为质数,则输出:yes,否则输出:no

Sample Input Copy

33

Sample Output Copy

no

Source/Category

 level1