N=int(input()) F=list(map(int,input().split())) print(sum(F))