Problem | cuberoot |
---|---|
User | Hijackedsoul |
Submission Time | 2023-06-22 23:38:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:37: error: expected ‘;’ before ‘}’ token
11 | std::cout << cbrt(b) << "\n"
| ^
| ;
12 | }
| ~