Problem cuberoot
User MagicHenry
Submission Time 2024-10-28 10:54:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:18: error: expected ‘;’ before ‘}’ token
6 | cout << cbrt(n)
| ^
| ;
7 | }
| ~