Problem nprime
User Mithilesh
Submission Time 2026-06-25 16:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:24:7: error: ‘isPrime’ was not declared in this scope; did you mean ‘isprime’?
24 | if (isPrime == true) {
| ^~~~~~~
| isprime