next_permutations 이용하여 순열, 조합구현 1. 순열 구현 int main (){ vector v; // 1부터 4까지 대입 for(int i=0; i 프로그래밍 문법/c++ 2020.06.21