Problem | cuberoot |
---|---|
User | kashsinghal |
Submission Time | 2023-11-09 13:36:21 |
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:19:3: error: expected ‘}’ at end of input
19 | }
| ^
cuberoot.cpp:6:17: note: to match this ‘{’
6 | int32_t main () {
| ^