Problem cuberoot
User justin271828
Submission Time 2023-06-10 12:35:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:17:13: error: expected ‘;’ before ‘}’ token
17 | max *= 10
| ^
| ;
18 | }
| ~