0_0_39019753_24779.cpp: In function 'bool isPrime(int)': 0_0_39019753_24779.cpp:8:34: error: 'sqrt' was not declared in this scope 8 | for (int x = 2; x <= int(sqrt(sum)); x++) { | ^~~~