Problem | cuberoot |
---|---|
User | IyasM |
Submission Time | 2025-06-19 15:02:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:7:12: error: ‘l’ was not declared in this scope
7 | while (l<r){
| ^
cuberoot.cpp:7:14: error: ‘r’ was not declared in this scope
7 | while (l<r){
| ^
cuberoot.cpp:10:30: error: lvalue required as left operand of assignment
10 | else if(x^x^x<V) 1=x-1;
| ^
cuberoot.cpp:16:11: error: ‘l’ was not declared in this scope
16 | cout<<l<<"\n";
| ^