| Problem | nprime |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2025-02-12 15:35:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int prim(int, std::vector<int>&, int&, int)’:
nprime.cpp:7:4: error: ‘yes’ was not declared in this scope
7 | yes = false;
| ^~~
nprime.cpp:11:6: error: ‘yes’ was not declared in this scope
11 | if (yes == true){
| ^~~