| Problem | cuberoot |
|---|---|
| User | poopyjshdsd |
| Submission Time | 2026-07-10 15:43:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:21: error: ‘v’ was not declared in this scope
15 | if(mid*mid*mid < v)l = mid + 1;
| ^
cuberoot.cpp:22:2: error: expected ‘}’ at end of input
22 | }
| ^
cuberoot.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^