C++标准模板库 ——堆栈使用

include

using namespace std;
stack S;
S.push(i);
S.pop();
int x = S.top();

posted @ 2018-09-12 21:20  YuQiao0303  阅读(260)  评论(0编辑  收藏  举报