Problem boxispull
User Mashulyong
Submission Time 2024-01-26 14:53:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:29:16: error: request for member ‘push’ in ‘cursec’, which is of non-class type ‘int’
29 | cursec.push[N];
| ^~~~
boxispull.cpp:34:16: error: request for member ‘push’ in ‘cursec’, which is of non-class type ‘int’
34 | cursec.push[N];
| ^~~~