public class Program {
public static void Main() => System.Console.WriteLine(System.Convert.ToString(System.Convert.ToInt32("4F56A", 16), 2));
}