Problem cuberoot
User chickengoat
Submission Time 2025-03-15 22:01:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:4: error: expected ‘,’ or ‘;’ before ‘if’
13 | if (mid^3<X) {
| ^~
cuberoot.cpp:19:14: error: lvalue required as left operand of assignment
19 | if (mid^3=X) {
| ^