i, j = map(int, input().split()) k = sum(list(map(int, input().split()))) print(k-j)