==== 소감 ==== 2005/03/04 Accepted 0:00.000 64 힘들게 버그를 잡고 통과. 재귀함수 사용시 여러가지 통로(?)를 잘 관리해 줘야한다. ==== 코드 ==== {{{~cpp // no384 - Slurpy #include #include using namespace std; const int MAX_LEN = 61; bool isSlurpy(const char * str, int & index); bool isSlimp(const char * str, int & index); bool isSlump(const char * str, int & index); int main() { int nCase; cin >> nCase; cin.get(); char str[MAX_LEN]; int index; int i; cout << "SLURPYS OUTPUTn"; for (i=0; i