N=int(input()) A= list(map(int, input().split())) ans=0 for item in A: ans+= item print(ans)