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