처음을 누르고 시작하는 방법과 그렇지 않은 방법 두 가지 중 유효한 최솟값으로 간다. import sys input = sys.stdin.readline def change(now, cnt): if cnt == 1: now[0] ^= 1 now[1] ^= 1 for i in range(1, n-1): if now[i-1] != target[i-1]: cnt += 1 now[i-1] ^= 1 now[i] ^= 1 now[i+1] ^= 1 if now[n-2] != target[n-2]: cnt += 1 now[n-2] ^= 1 now[n-1] ^= 1 return cnt if now == target else float('inf') n = int(input()) now = list(map(int, inpu..