팰린드롬 {{{~cpp #include #include using namespace std; int main() { int i,n; char buf[64]; char buf_[64]; cout<<"문자를 입력하세요."; cin>>buf; int length = strlen(buf); for (i=0;i