팰린드롬 문제이다. 나 엄청헤맸다. ㅠㅠ https://www.acmicpc.net/problem/17609 #맞은 풀이 #include using namespace std; int T; //좌측과 우측의 값을 순차적으로 비교 bool palindrome(string s) { //cout T; cin.tie(0); ios::sync_with_stdio(0); while(T--){ string s; cin >> s; int x = check(s); cout