Problem | cuberoot |
---|---|
User | technicaldifficulty |
Submission Time | 2025-06-07 18:31:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:32:13: error: ‘cbrt’ was not declared in this scope; did you mean ‘mycbrt’?
32 | cout << cbrt(n) << '\n';
| ^~~~
| mycbrt