N = int(input()) m = list(map(int, input().split())) u = int(input()) print(sum(m) - u)