반응형 문자열 판별1 05.14. 문자열 판별 [Dynamic Programming][백준 16500] https://www.acmicpc.net/problem/16500 16500번: 문자열 판별 첫째 줄에 길이가 100이하인 문자열 S가 주어진다. 둘째 줄에는 A에 포함된 문자열의 개수 N(1 ≤ N ≤ 100)이 주어진다. 셋째 줄부터 N개의 줄에는 A에 포함된 단어가 한 줄에 하나씩 주어진다. A에 www.acmicpc.net Algorithm classification : Dynamic Programming, String 05.14.1. Problem Given a string S consisting of lowercase letters and a list of words A, write a program to find out whether S can be formed by concatenatin.. 2022. 1. 3. 이전 1 다음 반응형