c = gets.to_i ri, ro = gets.split.map(&:to_f) r = (ro - ri) / 2 s = r ** 2 * Math::PI v = s * (ri + r) * 2 * Math::PI puts c * v