• 基本用法

    • [[include]]<stack> ?
       
      size();
      empty();
      push();
      top(); //返回栈顶元素
      pop(); //弹出栈顶元素