1953: 【信息学奥赛一本通】绝对素数

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

Description

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

Input

(无)

Output

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

Sample Input Copy

(无)

Sample Output Copy

11
13
17
31
37
71
73
79
97