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