using System;
public class Program
{
public static void Main()
string hex = 10008.ToString("x2");
Console.WriteLine(hex);
}