Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:cuberoot.cpp:11:22: error: expected ‘;’ before ‘}’ token 11 | arr[i]=cbrt(arr[i]) | ^ | ; 12 | } | ~