Problem | mindeque |
---|---|
User | Ush |
Submission Time | 2024-12-14 09:53:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:37:31: error: ‘dq’ was not declared in this scope; did you mean ‘q’?
37 | vector<int> temp (dq.begin(), dq.end());
| ^~
| q
mindeque.cpp:47:1: error: expected ‘}’ at end of input
47 | }
| ^
mindeque.cpp:12:17: note: to match this ‘{’
12 | while (q--) {
| ^
mindeque.cpp:47:1: error: expected ‘}’ at end of input
47 | }
| ^
mindeque.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^