N,X=map(int,input().split()) print(sum(map(int, input().split()))-(N-1)*X)