n = input() a = map(int, input().split()) suma = sum(a) print(suma)