n = input() l = map(float,input().split()) print(sum(l))