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