Problem nprime
User dumgod
Submission Time 2024-02-16 13:20:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘bool sex(long long int)’:
nprime.cpp:19:13: error: ‘n’ was not declared in this scope
19 | return arr[n-1];
| ^
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) {
| ^