Problem | minstack |
---|---|
User | kesleryak |
Submission Time | 2024-08-05 19:47:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void pop()’:
minstack.cpp:13:2: error: ‘dq’ was not declared in this scope
13 | dq.pop_front();
| ^~
minstack.cpp: In function ‘int top()’:
minstack.cpp:17:10: error: ‘dq’ was not declared in this scope
17 | cout << dq[0] << endl;
| ^~
minstack.cpp: In function ‘int getMin()’:
minstack.cpp:21:25: error: ‘dq’ was not declared in this scope
21 | auto res = min_element(dq.begin(), dq.end());
| ^~