[๋ฐฑ์ค,c++] 1874๋ฒ - ์คํ ์์ด
๋ฌธ์ 1874๋ฒ: ์คํ ์์ด 1๋ถํฐ n๊น์ง์ ์์ ๋ํด ์ฐจ๋ก๋ก [push, push, push, push, pop, pop, push, push, pop, push, push, pop, pop, pop, pop, pop] ์ฐ์ฐ์ ์ํํ๋ฉด ์์ด [4, 3, 6, 8, 7, 5, 2, 1]์ ์ป์ ์ ์๋ค. www.acmicpc.net ์ฝ๋ #include #include #include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(0); int N; cin>>N; stackst; vector ans; int curr = 0; while(N--){ int num; cin>>num; if(st.empty()){ if(cu..
2022. 3. 9.