| Problem | cuberoot |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-03-06 17:09:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:22: error: expected ‘;’ before ‘}’ token
13 | cout << cbrtl (a[i])
| ^
| ;
14 |
15 | }
| ~