class Main { public static void main(String[] args) { int a = 100; System.out.println(Integer.toBinaryString(a)); System.out.println("50.hjy"); } }