Problem | cuberoot |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-19 14:10:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:13: error: expected ‘;’ before ‘cout’
8 | x = cbrt(x)
| ^
| ;
9 | cout<<x;
| ~~~~