Problem | cuberoot |
---|---|
User | huyleisme |
Submission Time | 2024-01-25 17:27:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:15: error: ‘a’ was not declared in this scope
13 | cout << pow(a[i], 1/3);
| ^
cuberoot.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
cuberoot.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^