Problem cuberoot
User carson
Submission Time 2025-03-17 10:57:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:11:22: error: missing terminating " character
11 | cout << cbrt(x) << "\n;
| ^~~~
cuberoot.cpp: In function β€˜int main()’:
cuberoot.cpp:12:2: error: expected primary-expression before β€˜}’ token
12 | }
| ^