Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:10:12: error: ‘pow’ was not declared in this scope 10 | out[i] = pow(a, (1/3.0)); | ^~~