[알고리즘] 백준 27889 - 특별한 학교 이름 (C++) [문제 링크] : https://www.acmicpc.net/problem/27889#include using namespace std;int main(){ string S; cin >> S; if(S == "NLCS"){ cout 알고리즘 2024.10.16