[알고리즘] 백준 29766 - DKSH 찾기 (C++) [문제 링크] : https://www.acmicpc.net/problem/29766#include using namespace std;int main(){ string S, T = "DKSH"; int cnt = 0; cin >> S; for(int i=0; i 알고리즘 2025.07.22