a=float(input())
b=float(input())
s=float(input())
v=float(input())
res=int((a+b+s+v)/200)
print(res)