n = int(input()) a = sorted(map(int, input().split())) med = a[n//2] print(sum(abs(med-m) for m in a))