| Problem | cuberoot |
|---|---|
| User | gOrDoN |
| Submission Time | 2026-03-02 18:00:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:13: error: expected ‘;’ before ‘long’
10 | cin >> t
| ^
| ;
cuberoot.cpp:13:17: error: ‘x’ was not declared in this scope
13 | cout << cbrtl(x[i]) << " ";
| ^