Problem cuberoot
User Andrea
Submission Time 2026-06-25 16:34:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:25: error: expected ‘;’ before ‘long’
12 | while (l <= r) {t
| ^
| ;
cuberoot.cpp:15:20: error: ‘mid’ was not declared in this scope
15 | int y= mid*mid*mid;
| ^~~