Problem mindeque
User Ush
Submission Time 2024-12-14 09:54:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mindeque.cpp: In function ‘int main()’:
mindeque.cpp:35:18: error: ‘minStack’ was not declared in this scope
35 | if (!minStack.empty()) {
| ^~~~~~~~
mindeque.cpp:46:1: error: expected ‘}’ at end of input
46 | }
| ^
mindeque.cpp:11:17: note: to match this ‘{’
11 | while (q--) {
| ^
mindeque.cpp:46:1: error: expected ‘}’ at end of input
46 | }
| ^
mindeque.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^