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