from heapq import heapify, heappop, heappush N,K=map(int,input().split()) A=list(map(int,input().split())) if N%2==1 and N//2+1