#!/usr/bin/python3 N=input() S=sum(map(int,input().split())) v=int(input()) print(S-v)