| Problem | cuberoot |
|---|---|
| User | Harshith |
| Submission Time | 2026-02-25 17:05:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:11:19: error: stray ‘\’ in program
11 | cout<<Cbrtl(x)<<\n;
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:9: error: ‘Cbrtl’ was not declared in this scope; did you mean ‘cbrtl’?
11 | cout<<Cbrtl(x)<<\n;
| ^~~~~
| cbrtl
cuberoot.cpp:11:20: error: ‘n’ was not declared in this scope
11 | cout<<Cbrtl(x)<<\n;
| ^