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