Given an integer ~N \le 100~, output the first ~N~ primes, one per line.
4
2 3 5 7
What's wrong with my code? It works perfectly fine on VSC. https://dmoj.ca/submission/6989527
That means that your code failed initializing
Comments
What's wrong with my code? It works perfectly fine on VSC. https://dmoj.ca/submission/6989527
That means that your code failed initializing