| Problem | mathtest |
|---|---|
| User | Josh28 |
| Submission Time | 2022-12-28 19:58:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathtest.cpp:55:1: error: expected ‘,’ or ‘;’ before ‘void’
55 | void SieveOfEratosthenes(vector<ll>& primes)
| ^~~~
mathtest.cpp: In function ‘void solve()’:
mathtest.cpp:120:5: error: ‘SieveOfEratosthenes’ was not declared in this scope
120 | SieveOfEratosthenes(primes);
| ^~~~~~~~~~~~~~~~~~~