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