Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:12:17: error: expected ‘;’ before ‘pow’ 12 | cout << vec[i]pow(1/3) << endl; | ^~~ | ;