Submit solution

Points: 3
Time limit: 0.6s
Memory limit: 16M

Problem type

Given an integer N100, output the first N primes, one per line.

Sample Input

Copy
4

Sample Output

Copy
2
3
5
7

Comments