声明
        stack<数据类型> s;

访问/添加/删除
        s.top()
        s.push()
        s.pop()
函数
        s.size()
        s.empty()