using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yukicoderTest { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); string[] bunsu = new string[n]; double[] ans = new double[n]; for(int i=0;i