예제 #1
0
	void pop()				{ st.pop_back(); }
예제 #2
0
	void pop() {
		collection.pop_back();
	}