j, m, b = map(int, input().split(',')) print('{:.2f}'.format((j+m)*0.5*b))