-
1번 문제. #include using namespace std; //핵심 소스코드의 설명을 주석으로 작성하면 평가에 큰 도움이 됩니다. class Solution{ public: string decryptSpell(string str){ string r; const int size = str.size(); //r.push_back(str[0]); for (int i=0; i= 'A' && str[i]