Problem cuberoot
User Tolo925kt
Submission Time 2026-03-03 08:07:10
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;
| ^
cuberoot.cpp:9:12: error: expected ‘}’ at end of input
9 | cout << y;
| ^
cuberoot.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^