Problem | minstack |
---|---|
User | kahchun |
Submission Time | 2023-11-30 13:18:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void push(int)’:
minstack.cpp:9:11: error: ‘mp’ was not declared in this scope
9 | st.push(mp(X, X));
| ^~
minstack.cpp:11:11: error: ‘mp’ was not declared in this scope
11 | st.push(mp(X, st.top().second));
| ^~