w, z, b = map(float, input().split()) print(int((w + z) * b + 0.5))