Problem | nprime |
---|---|
User | dumgod |
Submission Time | 2024-02-16 13:21:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘bool sex(long long int)’:
nprime.cpp:22:15: error: a function-definition is not allowed here before ‘{’ token
22 | signed main() {
| ^
nprime.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
nprime.cpp:6:17: note: to match this ‘{’
6 | bool sex(int x) {
| ^