| Problem | cuberoot | 
|---|---|
| User | kashsinghal | 
| Submission Time | 2023-11-09 13:36:43 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:11:18: error: ‘x’ was not declared in this scope
   11 |   if (testCbrt <=x) {
      |                  ^
cuberoot.cpp:18:2: error: expected ‘}’ at end of input
   18 |  }
      |  ^
cuberoot.cpp:6:17: note: to match this ‘{’
    6 | int32_t main () {
      |                 ^