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