n = input() v = map(int, input().split(' ')) print(sum(v))