Problem | mindeque |
---|---|
User | blackpanther |
Submission Time | 2025-04-22 20:00:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:26:24: error: expected ‘;’ before ‘{’ token
26 | } else (type == 5) {
| ^~
| ;
mindeque.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
mindeque.cpp:16:25: note: to match this ‘{’
16 | } else if (type == 2) {
| ^
mindeque.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
mindeque.cpp:9:14: note: to match this ‘{’
9 | while (Q--) {
| ^
mindeque.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
mindeque.cpp:5:1: note: to match this ‘{’
5 | {
| ^