Problem | cuberoot |
---|---|
User | itchydeez |
Submission Time | 2024-02-10 18:20:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
11 | print(cbrt(arr[j]));
| ^~~~~
| printf
cuberoot.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
......
18 | }
| ~