import math a,b,c=map(int,input().split()) print(math.floor((a+b+c)/2))