Problem | cuberoot |
---|---|
User | Yifei1234 |
Submission Time | 2024-01-24 17:32:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:9:8: error: ‘ans’ declared as array of ‘auto’
9 | auto ans[t];
| ^~~
cuberoot.cpp:13:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | ans[x]=pow(a,1.0/3.0);
| ^~~
| abs
cuberoot.cpp:17:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | cout<<ans[x]<<"\n";
| ^~~
| abs