Problem | cuberoot |
---|---|
User | SilverClaw |
Submission Time | 2023-02-12 20:20:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:52: error: expected primary-expression before ‘)’ token
9 | for(int i=0;i<a;i++){cout << cbrt(arr[i]) << endl;)
| ^
cuberoot.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
cuberoot.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^