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