Problem2490--绝对素数

2490: 绝对素数

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

Description

如果一个自然数是素数,且它的数字位置经过对换后仍为素数,则称为绝对素数,例如13。请输出所有二位绝对素数。

Input


Output

所有二位绝对素数(由小到大,一个数一行)。

Sample Input Copy

Sample Output Copy

Source/Category