using System; using System.Collections; using System.Collections.Generic; class TEST{ static void Main(){ Sol mySol =new Sol(); mySol.Solve(); } } class Sol{ public void Solve(){ double Inf=1e16; double[][] dp=new double[1<>j)&1)>0)Sum[i]-=W[j]; } } //for(int i=0;i<(1<>k)&1)>0)continue; dp[s|(1<int.Parse(e));} static long[] rla(){return Array.ConvertAll(Console.ReadLine().Split(' '),e=>long.Parse(e));} static double[] rda(){return Array.ConvertAll(Console.ReadLine().Split(' '),e=>double.Parse(e));} }