Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:17:27: error: expected ‘;’ before ‘}’ token 17 | cout << cbrt(arr.at(n-1)) | ^ | ; 18 | } | ~