Owl Get a Life
0405.cpp: In function ‘bool checkPrime(long long int)’:0405.cpp:8:25: error: ‘sqrt’ was not declared in this scope 8 | for(int i = 2; i <= sqrt(n); i++){ | ^~~~