n=int(input()) A=input().split() goukei=0 for i in A: goukei+=int(i) print(goukei)