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