| Problem | cuberoot |
|---|---|
| User | griuehiruhigero |
| Submission Time | 2023-07-10 20:26:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:15: error: ‘cbrt’ was not declared in this scope
9 | num = cbrt(array[i]);
| ^~~~