Problem cuberoot
User R9q5P8
Submission Time 2025-10-24 22:15:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:13: error: expected ‘;’ before ‘roots’
15 | cin >> tmp
| ^
| ;
16 | roots[i] = cbrt(tmp);
| ~~~~~