| Problem | mindeque |
|---|---|
| User | AaravRastogi |
| Submission Time | 2025-12-11 17:30:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:10:12: error: redeclaration of ‘long long int c’
10 | int x, c; deque<int> A;
| ^
mindeque.cpp:8:11: note: ‘long long int c’ previously declared here
8 | int q,c; cin >> q;
| ^
mindeque.cpp:17:24: error: ‘ci’ was not declared in this scope; did you mean ‘c’?
17 | else if (c==3){ci x; A.push_front(x); F[x] += 1;}
| ^~
| c