1838: 【CSP函数】桐桐数▅

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

Description

桐桐很喜欢研究数字,特别喜欢研究质数。

一天,桐桐发现有一些数字可以表示成两个质数相乘的形式,比如,lns="http://www.w3.org/1998/Math/MathML">10=2×5lns="http://www.w3.org/1998/Math/MathML">2lns="http://www.w3.org/1998/Math/MathML">5 都是质数,所以 lns="http://www.w3.org/1998/Math/MathML">10 是一个“桐桐数”。

所以桐桐决定考考你,她告诉你一个数 lns="http://www.w3.org/1998/Math/MathML">n ,请你判断 lns="http://www.w3.org/1998/Math/MathML">n 是不是“桐桐数”。

Input

一个数 lns="http://www.w3.org/1998/Math/MathML">n (lns="http://www.w3.org/1998/Math/MathML">1n2311)。

Output

输出一行,如果 lns="http://www.w3.org/1998/Math/MathML">n 是一个“桐桐数”,则输出 yes,否则输出no

Sample Input Copy

10

Sample Output Copy

yes