using System; public static class Program { public static void Main() { Console.WriteLine("{0,0:X}", 1310); } }