W, Z, B = map(int, input().split()) normal_points = W + Z bonus_points = normal_points * B total_points = normal_points + bonus_points print(int(total_points))