Owl Get a Life
nprime.cpp: In function ‘int main()’:nprime.cpp:15:22: error: ‘pow’ was not declared in this scope 15 | for (int i = 1; i <= pow(num, 0.5); i++) { | ^~~