a=0

b=0

c=0


while a<5:


while b<1:


b=int(raw_input(""))


c=c+b

a=a+1

b=0


print c


   


초기화도해주고 밖에다빼면대는구나