#10633. 第n小的质数
第n小的质数
Description
输入一个正整数n,求第n小的质数。
## Input Format
一个不超过10000的正整数n。
## Output Format
第n小的质数。
```input1 10
```output1
29
输入一个正整数n,求第n小的质数。
## Input Format
一个不超过10000的正整数n。
## Output Format
第n小的质数。
```input1 10
```output1
29
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.