n = int(input()) l = list(map(int, input().split())) t = int(input()) print(sum(l) - t)