[프로그래머스] 가장 긴 팰린드롬 접근법 이중 loop을 돌면서 s[pivot] == s[target] 인 지점에서 팰린드롬인지 체크한다. 코드 첫 번째 코드 def solution(s): answer = 1 if len(s) 코테 준비 2020.09.29