0_0_32754173_6301.cpp: In function 'int isprim(int)': 0_0_32754173_6301.cpp:5:29: error: 'sqrt' was not declared in this scope for (int i = 2; i <= sqrt(n); i++) { ^