| Problem | cuberoot |
|---|---|
| User | My12thCodebreakerAccount |
| Submission Time | 2026-07-04 01:39:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:17:11: error: ‘cbrt’ was not declared in this scope
17 | cout << cbrt(arr[i]) << "\n";
| ^~~~