5689: Q74-2 超级素数

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

Description

一个n位超级素数是指一个 n 位正整数,它的前 1 位,前 2 位,前n位均为素数,例如,733 是个3 位超级素数,因为 7,73,733 均为素数编一程序,输出全部的 3 位数超级素数

Output

233 239 293 311 313 317 373 379 593 599 719 733 739 797

Sample Output Copy

233
239
293
311
313
317
373
379
593
599
719
733
739
797