import java.util.Scanner;
public class Translite {
public static void main(String[] args) {
System.out.println(Integer.toBinaryString((new Scanner(System.in)).nextInt()));
}
}
На выходе получено выведено 10111.
public class Translite {
public static void main(String[] args) {
System.out.println(Integer.toBinaryString((new Scanner(System.in)).nextInt()));
}
}
На выходе получено выведено 10111.