import java.util.*; public class ok{ public static int aite(int x,int y,int m){ int a=x/(int)Math.pow(2,y-1); if(a%2==0)return a*(int)Math.pow(2,y-1)+(int)Math.pow(2,y-1); else return a*(int)Math.pow(2,y-1)-(int)Math.pow(2,y-1); } public static void main(String args[]){ Scanner sc=new Scanner(System.in); int m=sc.nextInt(); int n=(int)Math.pow(2,m); double s[]=new double[n]; for(int i=0;i