Problem1493--第n小的质数

1493: 第n小的质数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个正整数n,求第n小的质数

输入:一个不超过1000的正整数n

输出:第n小的质数 

Sample Input Copy

10

Sample Output Copy

29

Source/Category

质数