Problem cuberoot
User IyasM
Submission Time 2025-06-19 15:03:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:30: error: lvalue required as left operand of assignment
11 | else if(x^x^x<V) 1=x-1;
| ^