Given an integer N≤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