Skip to content

Latest commit

 

History

History

P012

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Problem 012

Write a program to get a list of integers, e.g N, for each one prints N-th prime number.

Persian Description

برنامه ای بنویسید که عدد n را از ورودی بگیرد و n مین عدد اول را چاپ کند.

Sample Input/Output

Input:

4
1000

Output:

7
7919