n,x = map(int,input().split()) S = list(map(int,input().split())) print(sum(S) - 4*x)