Problem nostatement
User IWKR
Submission Time 2023-02-02 21:32:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:39:23: error: ‘SieveOfErathosthenes’ was not declared in this scope; did you mean ‘SieveOfEratosthenes’?
39 | vector<int> primes = SieveOfErathosthenes();
| ^~~~~~~~~~~~~~~~~~~~
| SieveOfEratosthenes