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