1218: [条件循环] 绝对素数1
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:102
Solved:52
Description
如果一个两位数是素数,且它的数字位置经过对换后仍为素数,则称为绝对素数,例如13,试编程求出所有两位数中的绝对素数。
Input
输入一个二位数。
Output
如果是绝对素数,则输出yes,否则输出no
Sample Input Copy
11
Sample Output Copy
yes