Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:13:24: error: ‘sqrt’ was not declared in this scope 13 | long long l = 1, r = sqrt(n); | ^~~~