| Problem | cuberoot |
|---|---|
| User | Joashhh |
| Submission Time | 2023-02-20 15:35:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:10:18: error: missing terminating ' character
10 | cout << cqrt(a)'
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:11: error: ‘cqrt’ was not declared in this scope; did you mean ‘sqrt’?
10 | cout << cqrt(a)'
| ^~~~
| sqrt