| Problem | cuberoot |
|---|---|
| User | g0rd0n |
| Submission Time | 2026-07-10 15:47:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:22: error: ‘w’ was not declared in this scope
10 | while(left<=right){w
| ^
cuberoot.cpp:12:4: error: ‘else’ without a previous ‘if’
12 | else if(mid*mid*mid>v)right=mid-1;
| ^~~~