a, b = map(int, input().split()) x = (a+b)//2 print(x)