Main.cc: In function 'int main()':Main.cc:32:23: error: 'sqrt' was not declared in this scope 32 | for(int j=2;j<sqrt(x);j++){ | ^~~~