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