0_0_39402675_1205.cpp:8:1: error: 'Eratosthenes' does not name a type
8 | Eratosthenes
| ^~~~~~~~~~~~
0_0_39402675_1205.cpp: In function 'int main()':
0_0_39402675_1205.cpp:37:9: error: 'sieve_of_eratosthenes' was not declared in this scope
37 | sieve_of_eratosthenes(primes, MAX);
| ^~~~~~~~~~~~~~~~~~~~~
|