Problem cuberoot
User StormyGood
Submission Time 2024-01-25 17:15:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:12:11: error: ‘cbrt’ was not declared in this scope
12 | cout << cbrt(b) << endl;
| ^~~~