Problem cuberoot
User Joashhh
Submission Time 2023-02-20 15:35:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:10:18: error: missing terminating ' character
10 | cout << cbrt(a)'
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:18: error: expected ‘;’ before ‘}’ token
10 | cout << cbrt(a)'
| ^
| ;
11 | }
| ~