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