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

include

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

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