Problem cuberoot
User yuanbin
Submission Time 2026-05-13 15:13:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:23: error: expected ‘;’ before ‘int’
9 | cin>>badvariablename
| ^
| ;
10 | int thefishcuberoot = round(cbrt(badvariablename));
| ~~~
cuberoot.cpp:11:9: error: ‘thefishcuberoot’ was not declared in this scope
11 | cout<<thefishcuberoot;
| ^~~~~~~~~~~~~~~