Problem | nprime |
---|---|
User | Pranav |
Submission Time | 2024-01-29 16:40:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘bool blueberry(int)’:
nprime.cpp:14:1: error: a function-definition is not allowed here before ‘{’ token
14 | {
| ^
nprime.cpp:28:3: error: expected ‘}’ at end of input
28 | }
| ^
nprime.cpp:3:24: note: to match this ‘{’
3 | bool blueberry (int x) {
| ^