| Problem | cuberoot |
|---|---|
| User | Kanish |
| Submission Time | 2023-11-09 14:07:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:5:5: error: expected ‘;’ before ‘x’
5 | cbrt x;
| ^~
| ;
cuberoot.cpp:5:7: error: statement cannot resolve address of overloaded function
5 | cbrt x;
| ^