Problem cuberoot
User Maggie
Submission Time 2023-11-09 11:53:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:18: error: ‘x’ was not declared in this scope
8 | if (testCbrt <=x){
| ^
cuberoot.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~