Problem cuberoot
User zjaelynx
Submission Time 2024-02-07 16:17:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | ans = cbrt(cube[i]); //cbrt fn, use double for very large range but yet not a lot of storage
| ^~~
| abs