Problem | cuberoot |
---|---|
User | Joashhh |
Submission Time | 2023-02-20 15:35:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:10:18: error: missing terminating ' character
10 | cout << cbrt(a)'
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:18: error: expected ‘;’ before ‘}’ token
10 | cout << cbrt(a)'
| ^
| ;
11 | }
| ~