Problem leave
User IWKR
Submission Time 2023-01-04 10:44:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

leave.cpp: In function ‘int main()’:
leave.cpp:12:20: error: ‘mp’ was not declared in this scope
12 | while (mp[q.front()] != 1) {
| ^~
leave.cpp:21:4: error: ‘mp’ was not declared in this scope
21 | mp[b] = 1;
| ^~
leave.cpp:25:4: error: ‘mp’ was not declared in this scope
25 | mp[c] = 0;
| ^~