Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:19:33: error: expected ‘;’ before ‘}’ token 19 | t = start + ((end - start)/2) | ^ | ; 20 | } | ~