Problem cuberoot
User goofy
Submission Time 2024-11-11 13:25:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:17:27: error: expected ‘;’ before ‘}’ token
17 | cout << cbrt(arr.at(n-1))
| ^
| ;
18 | }
| ~