Problem minstack
User Lucas
Submission Time 2024-04-14 15:05:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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