Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:15:13: error: expected ‘;’ before ‘roots’ 15 | cin >> tmp | ^ | ; 16 | roots[i] = cbrt(tmp); | ~~~~~