next_permutaion
146 - ID Codes
2019.11.04
· 알고리즘 트레이닝/UVa
풀이 #include #include using namespace std; // next_permutaion 을 사용하면 쉽게 풀이 가능 int main() { string str; while (cin >> str) { if (str[0] == '#') { break; } bool val = next_permutation(str.begin(), str.end()); if (val == false) { cout
이전
1
다음
'next_permutaion' 태그의 글 목록
구독하기
테마
상단으로
티스토리툴바
학습 기록
구독하기