Problem park
User justin271828
Submission Time 2025-02-21 10:07:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp: In function ‘int main()’:
park.cpp:86:7: error: request for member ‘push’ in ‘q’, which is of non-class type ‘int’
86 | q.push(*it);
| ^~~~
park.cpp:111:12: error: request for member ‘push’ in ‘q’, which is of non-class type ‘int’
111 | q.push(temp2);}
| ^~~~
park.cpp:117:12: error: request for member ‘push’ in ‘q’, which is of non-class type ‘int’
117 | q.push(temp2.first, z);
| ^~~~
park.cpp:127:8: error: request for member ‘push’ in ‘q’, which is of non-class type ‘int’
127 | q.push(it);
| ^~~~
park.cpp:129:13: error: request for member ‘size’ in ‘q’, which is of non-class type ‘int’
129 | cout << q.size();
| ^~~~
park.cpp:130:13: error: request for member ‘empty’ in ‘q’, which is of non-class type ‘int’
130 | while (!q.empty()) {
| ^~~~~
park.cpp:131:17: error: request for