| Problem | cuberoot |
|---|---|
| User | IWKR |
| Submission Time | 2023-07-10 15:37:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:21: error: missing template arguments before ‘[’ token
10 | cin >> array[i];
| ^
cuberoot.cpp:11:25: error: missing template arguments before ‘[’ token
11 | num = cbrt(array[i]);
| ^