Problem nprime
User wasdplant
Submission Time 2025-02-21 05:19:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int32_t main()’:
nprime.cpp:17:23: error: ‘x’ was not declared in this scope
17 | for(int i=2; (i*i)<=x; i++){
| ^