import java.io.*; import java.util.*; class Main{ public static void main(String[] args) throws IOException{ Scanner scan=new Scanner(System.in); int n=Integer.parseInt(scan.next()); int count=0; //nが2の何乗と2の何乗との間にあるかしらべる do{ count++; }while(Math.pow(2,count)