0_0_36955281_22709.cpp: In function 'bool is_Prime(int)': 0_0_36955281_22709.cpp:35:29: error: 'sqrt' was not declared in this scope for (int i = 2; i <= sqrt(n) + 1; i++) ^