标签: stack - STEMHA's Blog

stack常用操作

stack初始化方法

1
2
3
std::stack<int> q;
std::stack<int> second(first);
std::stack<int, std;:vector<int>> third; 使用vector初始化stack
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×