N = int(input().rstrip()) aList = list(map(int, input().rstrip().split(' '))) print(sum(aList))