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