| Problem | cuberoot |
|---|---|
| User | pseudocoder101 |
| Submission Time | 2025-06-19 14:18:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:8: error: ‘x’ was not declared in this scope
10 | cin>>x;
| ^
cuberoot.cpp:11:5: error: request for member ‘push’ in ‘a’, which is of non-class type ‘long long int [num]’
11 | a.push(x)
| ^~~~