Problem | cuberoot |
---|---|
User | kashsinghal |
Submission Time | 2023-11-09 13:23:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:6:1: error: expected unqualified-id before ‘while’
6 | while (h - 1 > 1) {
| ^~~~~
cuberoot.cpp:11:7: error: expected unqualified-id before ‘else’
11 | } else {
| ^~~~
cuberoot.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^