Problem cuberoot
User zsinfo2010
Submission Time 2023-10-20 15:12:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:10:19: error: ‘x’ was not declared in this scope
10 | if (testcbrt <= x;) {
| ^
cuberoot.cpp:10:21: error: expected primary-expression before ‘)’ token
10 | if (testcbrt <= x;) {
| ^