u,b,h = list(map(int, input().split(','))) print(str((u+b)*h/2)+'0')