C++ 프로그래밍

Fast I/O 정리

2 minute read

PS를 하다보면 반드시 마주치는 것이 있다. 바로 Fast I/O이다.

C++ 조합(Combination) - next_permutation

1 minute read

백준 23057번 - 도전 숫자왕 을 풀다가 알게된 사실. C++ 에서 순열(Permutation)을 구할 때 사용하는 next_permutaion 을 이용하면 조합(Combination)을 쉽게 구할 수 있다.