| Problem | cuberoot |
|---|---|
| User | thatgreyCat7777 |
| Submission Time | 2025-06-19 21:59:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:16:27: error: ‘cbrt’ was not declared in this scope
16 | numList.push_back(cbrt(num));
| ^~~~