| Problem | nprime |
|---|---|
| User | jiazethesigma |
| Submission Time | 2025-12-31 14:36:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘bool prime(int)’:
nprime.cpp:7:26: error: expected ‘;’ before ‘)’ token
7 | else for(int i=2;i<count);i++) if(count%i==0) primel=false;
| ^
| ;
nprime.cpp:7:28: error: ‘i’ was not declared in this scope
7 | else for(int i=2;i<count);i++) if(count%i==0) primel=false;
| ^