Problem | mindeque |
---|---|
User | blackpanther |
Submission Time | 2025-04-22 19:59:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:28:15: error: expected primary-expression before ‘auto’
28 | cout << auto min_Q = min_element(q.begin(), q.end());
| ^~~~
mindeque.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
mindeque.cpp:26:28: note: to match this ‘{’
26 | } else if (type == 5) {
| ^
mindeque.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
mindeque.cpp:23:26: note: to match this ‘{’
23 | } else if (type == 4) {
| ^
mindeque.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
mindeque.cpp:16:25: note: to match this ‘{’
16 | } else if (type == 2) {
| ^
mindeque.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
mindeque.cpp:9:14: note: to match this ‘{’
9 | while (Q--) {