| Problem | cuberoot |
|---|---|
| User | BigBackAdrino |
| Submission Time | 2026-06-16 00:21:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘while’
12 | while (Mid*Mid*Mid != cube && L<=H){
| ^~~~~