Problem | cuberoot |
---|---|
User | Dantheman |
Submission Time | 2025-06-17 23:29:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:9:16: error: missing terminating ' character
9 | long long q'
| ^
cuberoot.cpp: In function ‘long long int cube_root(long long int)’:
cuberoot.cpp:10:5: error: expected initializer before ‘while’
10 | while (x <= y)
| ^~~~~
cuberoot.cpp:27:12: error: ‘q’ was not declared in this scope
27 | return q;
| ^