| Problem | cuberoot |
|---|---|
| User | kahchun |
| Submission Time | 2023-11-13 16:54:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:16:26: error: missing terminating ' character
16 | cout << cbrt(x) << endl'
| ^
cc1plus: error: ‘::main’ must return ‘int’
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:16:26: error: expected ‘;’ before ‘}’ token
16 | cout << cbrt(x) << endl'
| ^
| ;
17 | }
| ~