add a comment to the sieve
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 5s
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 5s
This commit is contained in:
parent
075f5d6a02
commit
6587ca4f81
@ -3,6 +3,7 @@
|
||||
#define LIMIT 10000
|
||||
#define PRIMES 1000
|
||||
|
||||
// Sieve of Eratosthenes
|
||||
int main()
|
||||
{
|
||||
int i,j,numbers[LIMIT];
|
||||
|
Loading…
Reference in New Issue
Block a user