종이접기1 [ 프로그래머스 ] 종이 접기 사용 언어 : C++ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 #include #include #include using namespace std; vector solution(int n) { vector temp; vector answer; for (int i = 0; i 1 { temp.clear(); int size = answer.size();// 본래 크기 for (int j = 0; j 2020. 2. 4. 이전 1 다음