| Problem | cuberoot |
|---|---|
| User | shaokai347 |
| Submission Time | 2026-02-06 23:47:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include cmath
| ^~~~~
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:11: error: ‘power’ was not declared in this scope
9 | cout << power(b, 1/3) << endl;
| ^~~~~