Problem cuberoot
User Tolo925kt
Submission Time 2026-03-03 08:07:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:14: error: lvalue required as left operand of assignment
8 | y * y * y = x;
| ^