n = input() A = map(int,input().split()) m = int(input()) print(sum(A)-m)