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