x=float(input())
y=float(input())
z=float(input())
o=(x+y+z)//3
print(round(o))