Problem | cuberoot |
---|---|
User | Elwinthenerd |
Submission Time | 2024-03-31 14:16:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:12: error: ‘cbrt’ was not declared in this scope
9 | int d1 = cbrt(d);
| ^~~~
cuberoot.cpp:11:10: error: ‘d1’ was not declared in this scope
11 | cout << d1;
| ^~