stack

視頻學習https://www.bilibili.com/video/av7970151 stack棧  1.頭文件#include<stack> 2.定義方式  stack<int> s1;                     stack<string> s2; 3.基本操作: 入棧,s.push(x) ;把x入棧 先入——後出        後入——先出 出棧,s.pop() ;出棧操作只
相關文章
相關標籤/搜索