Problem minstack
User GreenBlob123
Submission Time 2024-12-11 15:13:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘void push(int)’:
minstack.cpp:8:21: error: ‘x’ was not declared in this scope
8 | MinStack.push_back(x);
| ^