Problem | cuberoot |
---|---|
User | Schoolpurposes |
Submission Time | 2025-02-13 22:13:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:14:30: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
14 | double result = cbrt(num);
| ^~~
| enum