[C++] stack

Posted on Mon, May 10, 2021 C++
實作日期:20210510

宣告

#include <stack>stack<int> s1,s2 可以一次宣告多個(就像一般變數一樣是物件)

物件方法

用[[vector]]好像可以完全取代