Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:13:8: error: expected ‘;’ before ‘cout’ 13 | x=num | ^ | ; 14 | cout<<pow(num,0.5)/x<<"\n"; | ~~~~