N,K=map(int,input().split()) A=sorted(map(int,input().split())) K2=K*2 sm=0 H=N for a in A: L=-1 while H-L>1: M=(H+L)//2 if A[M]*a