queue <int> qu; qu.size() //Queue 大小 qu.push(k) //把k 放到最後面 qu.pop() //把最前面的東西拿走 qu.front() //取得最前面的東西. STL Queue. 基本的資料結構 ...
確定! 回上一頁