Submit solution

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

Problem type

Given an integer N \le 100, output the first N primes, one per line.

Sample Input

4

Sample Output

2
3
5
7

Comments

There are no comments at the moment.