| Problem | cuberoot |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-07-10 15:48:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:20:33: error: expected ‘;’ before ‘}’ token
20 | mid = (left+right)/2
| ^
| ;
21 | }
| ~