Owl Get a Life
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++){ | ^