Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:9:17: error: expected ‘;’ before ‘}’ token 9 | cout << n*(n/3) | ^ | ; 10 | } | ~