Problem | boxispull |
---|---|
User | Mashulyong |
Submission Time | 2024-01-26 14:54:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:29:13: error: request for member ‘push’ in ‘arr’, which is of non-class type ‘int [N]’
29 | arr.push[cursec];
| ^~~~
boxispull.cpp:34:13: error: request for member ‘push’ in ‘arr’, which is of non-class type ‘int [N]’
34 | arr.push[cursec];
| ^~~~