[알고리즘] 백준 2789 - 유학 금지 (C++) [문제 링크] : https://www.acmicpc.net/problem/2789#include using namespace std;int main(){ string A, B = "CAMBRIDGE"; cin >> A; for(int i=0; i 알고리즘 2024.09.01