| Problem | nprime |
|---|---|
| User | Mithilesh |
| Submission Time | 2026-06-25 16:13:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:10:8: error: ‘n’ was not declared in this scope
10 | cin>> n;
| ^
nprime.cpp: At global scope:
nprime.cpp:39:1: error: expected declaration before ‘}’ token
39 | }
| ^