Problem | cuberoot |
---|---|
User | kashsinghal |
Submission Time | 2023-11-09 13:28:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:15:9: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~
cuberoot.cpp:16:3: error: expected ‘}’ at end of input
16 | }
| ^
cuberoot.cpp:5:17: note: to match this ‘{’
5 | int32_t main () {
| ^