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