Problem nprime
User PlayVoltz
Submission Time 2023-05-06 11:09:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘bool isPrime(int)’:
nprime.cpp:6:14: error: ‘n’ was not declared in this scope
6 | while (i*i<=n){
| ^