Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:9:29: error: ‘sqrt’ was not declared in this scope 9 | for (test = 2 ; test <= sqrt(number); test++) { | ^~~~