| Problem | cuberoot | 
|---|---|
| User | Anonymous35V | 
| Submission Time | 2023-11-09 14:24:24 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:7:6: error: redeclaration of ‘long long int l’
    7 |  int l = 0;
      |      ^
cuberoot.cpp:6:8: note: ‘long long int l’ previously declared here
    6 | int h, l, x;
      |        ^
cuberoot.cpp:21:2: error: expected ‘}’ at end of input
   21 |  }
      |  ^
cuberoot.cpp:5:15: note: to match this ‘{’
    5 | int32_t main(){
      |               ^