반응형 2×n 타일링 21 05.05. 2×n 타일링 2 [Dynamic Programming][백준 11727] https://www.acmicpc.net/problem/11727 11727번: 2×n 타일링 2 2×n 직사각형을 1×2, 2×1과 2×2 타일로 채우는 방법의 수를 구하는 프로그램을 작성하시오. 아래 그림은 2×17 직사각형을 채운 한가지 예이다. www.acmicpc.net Algorithm classification : Dynamic Programming 05.05.1. Problem Write a program to count the number of ways to fill a 2×n rectangle with 1×2, 2×1, and 2×2 tiles. 05.05.2. Input limit In the first line n is given. (1 ≤ n ≤ 1,000) 05.05.3. Ou.. 2021. 12. 27. 이전 1 다음 반응형