T = gets.to_i R = T.times.map { gets.to_i } puts R.map { |r| Rational(3 * Math.sqrt(3) * r ** 2, 4).to_f }