[Leetcode]最小棧

題目   代碼 class MinStack { public: /** initialize your data structure here. */ MinStack():nums(),sorted() { } void push(int x) { sorted[x]++; nums
相關文章
相關標籤/搜索