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