X, Y, Z = map(int, input().split()) print((X + Y + Z) // 2)