| Problem | cuberoot |
|---|---|
| User | shaokai347 |
| Submission Time | 2026-02-06 23:48:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^~~~~