题目描述 输入一个正整数n,求第n小的质数。 输入格式 一个不超过10000的正整数n。 输出格式 第n小的质数。 样例数据 input 10 output 29 数据规模与约定 时间限制:$1 \text {s}$ 空间限制:$256 \text {MB}$