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