Problem nprime
User ilikeeggs
Submission Time 2024-07-27 22:27:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘long long int calc(long long int)’:
nprime.cpp:9:5: error: ‘n’ was not declared in this scope
9 | if(n == 1)
| ^
nprime.cpp:11:5: error: ‘n’ was not declared in this scope
11 | if(n == 2)
| ^