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